Add the device view container widget to the tabbar

Fixes bugs related to the tabbar and the widgets being unresponsive

Fixes #279
Fixes #321
This commit is contained in:
Jonas Kvinge
2019-12-28 03:13:41 +01:00
parent bb38053cb3
commit 27a2fd298d
2 changed files with 5 additions and 9 deletions

View File

@@ -282,7 +282,7 @@ class MainWindow : public QMainWindow, public PlatformInterface {
#endif
Application *app_;
SystemTrayIcon *tray_icon_;
SystemTrayIcon *tray_icon_;
OSD *osd_;
Lazy<About> about_dialog_;
Lazy<EditTagDialog> edit_tag_dialog_;
@@ -294,8 +294,7 @@ class MainWindow : public QMainWindow, public PlatformInterface {
CollectionViewContainer *collection_view_;
FileView *file_view_;
#ifndef Q_OS_WIN
DeviceViewContainer *device_view_container_;
DeviceView *device_view_;
DeviceViewContainer *device_view_;
#endif
PlaylistListContainer *playlist_list_;
QueueView *queue_view_;