1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

No more splitter in ViewManager.

This commit is contained in:
Christian Muehlhaeuser 2014-10-12 14:46:32 +02:00
parent d2793a0205
commit ed2b007238
2 changed files with 0 additions and 4 deletions

View File

@ -50,8 +50,6 @@
#include "viewpages/AlbumViewPage.h"
#include "viewpages/TrackViewPage.h"
#include "widgets/AnimatedSplitter.h"
#include "utils/Logger.h"
#include "utils/TomahawkUtilsGui.h"

View File

@ -36,7 +36,6 @@
#include "DllMacro.h"
class AnimatedSplitter;
class AlbumModel;
class GridView;
class AlbumInfoWidget;
@ -155,7 +154,6 @@ private:
QWidget* m_widget;
QStackedWidget* m_stack;
AnimatedSplitter* m_splitter;
QueueView* m_queue;
Tomahawk::ViewPage* m_inboxWidget;