Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
0f82e115
Commit
0f82e115
authored
Apr 06, 2013
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: move variables.*pp.
Almost unused, and clearly can't belong to root.
parent
2a8e89ff
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
modules/gui/qt4/Modules.am
modules/gui/qt4/Modules.am
+3
-3
modules/gui/qt4/adapters/variables.cpp
modules/gui/qt4/adapters/variables.cpp
+0
-0
modules/gui/qt4/adapters/variables.hpp
modules/gui/qt4/adapters/variables.hpp
+0
-0
modules/gui/qt4/dialogs/external.hpp
modules/gui/qt4/dialogs/external.hpp
+1
-1
modules/gui/qt4/input_manager.hpp
modules/gui/qt4/input_manager.hpp
+1
-1
No files found.
modules/gui/qt4/Modules.am
View file @
0f82e115
...
...
@@ -24,7 +24,7 @@ nodist_SOURCES_qt4 = \
recents.moc.cpp \
adapters/seekpoints.moc.cpp \
adapters/chromaprint.moc.cpp \
variables.moc.cpp \
adapters/
variables.moc.cpp \
dialogs/playlist.moc.cpp \
dialogs/bookmarks.moc.cpp \
dialogs/mediainfo.moc.cpp \
...
...
@@ -286,7 +286,7 @@ SOURCES_qt4 = qt4.cpp \
recents.cpp \
adapters/seekpoints.cpp \
adapters/chromaprint.cpp \
variables.cpp \
adapters/
variables.cpp \
dialogs/playlist.cpp \
dialogs/bookmarks.cpp \
dialogs/preferences.cpp \
...
...
@@ -365,7 +365,7 @@ noinst_HEADERS = \
recents.hpp \
adapters/seekpoints.hpp \
adapters/chromaprint.hpp \
variables.hpp \
adapters/
variables.hpp \
dialogs/playlist.hpp \
dialogs/bookmarks.hpp \
dialogs/mediainfo.hpp \
...
...
modules/gui/qt4/variables.cpp
→
modules/gui/qt4/
adapters/
variables.cpp
View file @
0f82e115
File moved
modules/gui/qt4/variables.hpp
→
modules/gui/qt4/
adapters/
variables.hpp
View file @
0f82e115
File moved
modules/gui/qt4/dialogs/external.hpp
View file @
0f82e115
...
...
@@ -27,7 +27,7 @@
#include <QObject>
#include <vlc_common.h>
#include "variables.hpp"
#include "
adapters/
variables.hpp"
struct
intf_thread_t
;
class
QProgressDialog
;
...
...
modules/gui/qt4/input_manager.hpp
View file @
0f82e115
...
...
@@ -33,7 +33,7 @@
#include "qt4.hpp"
#include "util/singleton.hpp"
#include "variables.hpp"
#include "
adapters/
variables.hpp"
#include <QObject>
#include <QEvent>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment