]> git.sesse.net Git - vlc/commitdiff
Qt: move variables.*pp.
authorFrancois Cartegnie <fcvlcdev@free.fr>
Sat, 6 Apr 2013 19:14:50 +0000 (21:14 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Sat, 6 Apr 2013 19:27:59 +0000 (21:27 +0200)
Almost unused, and clearly can't belong to root.

modules/gui/qt4/Modules.am
modules/gui/qt4/adapters/variables.cpp [moved from modules/gui/qt4/variables.cpp with 100% similarity]
modules/gui/qt4/adapters/variables.hpp [moved from modules/gui/qt4/variables.hpp with 100% similarity]
modules/gui/qt4/dialogs/external.hpp
modules/gui/qt4/input_manager.hpp

index 940aa12875445a50ae45af292240f8f78c08ee31..e926986eb6fb0e7bf47f5c23bd11ba40d2f85ece 100644 (file)
@@ -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 \
index 84a19b17ee753bf299fd2a18570c1617f0457f90..60c08f1c55b89b69429f1b262438cacd9cc6f1cc 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <QObject>
 #include <vlc_common.h>
-#include "variables.hpp"
+#include "adapters/variables.hpp"
 
 struct intf_thread_t;
 class QProgressDialog;
index 7126cf1c45d9b1b51a23bdbbe5a8b420455779cf..dcf23ee0f7943c8ee2acdfa2ff8105803a3e7ecc 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "qt4.hpp"
 #include "util/singleton.hpp"
-#include "variables.hpp"
+#include "adapters/variables.hpp"
 
 #include <QObject>
 #include <QEvent>