mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
No more splitter in ViewManager.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user