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:
parent
d2793a0205
commit
ed2b007238
@ -50,8 +50,6 @@
|
||||
#include "viewpages/AlbumViewPage.h"
|
||||
#include "viewpages/TrackViewPage.h"
|
||||
|
||||
#include "widgets/AnimatedSplitter.h"
|
||||
|
||||
#include "utils/Logger.h"
|
||||
#include "utils/TomahawkUtilsGui.h"
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user