Commit 0f82e115 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: move variables.*pp.

Almost unused, and clearly can't belong to root.
parent 2a8e89ff
......@@ -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 \
......
......@@ -27,7 +27,7 @@
#include <QObject>
#include <vlc_common.h>
#include "variables.hpp"
#include "adapters/variables.hpp"
struct intf_thread_t;
class QProgressDialog;
......
......@@ -33,7 +33,7 @@
#include "qt4.hpp"
#include "util/singleton.hpp"
#include "variables.hpp"
#include "adapters/variables.hpp"
#include <QObject>
#include <QEvent>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment