mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Fix regression where windowTitle was set empty
This commit is contained in:
@@ -117,9 +117,6 @@ private:
|
|||||||
PlaylistModel* m_queueModel;
|
PlaylistModel* m_queueModel;
|
||||||
QueueView* m_queueView;
|
QueueView* m_queueView;
|
||||||
AnimatedSplitter* m_sidebar;
|
AnimatedSplitter* m_sidebar;
|
||||||
|
|
||||||
Tomahawk::result_ptr m_currentTrack;
|
|
||||||
QString m_windowTitle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TOMAHAWKDESKTOPWINDOW_H
|
#endif // TOMAHAWKDESKTOPWINDOW_H
|
||||||
|
@@ -50,10 +50,10 @@ private slots:
|
|||||||
virtual void minimize();
|
virtual void minimize();
|
||||||
virtual void maximize();
|
virtual void maximize();
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
|
QString m_windowTitle;
|
||||||
TomahawkTrayIcon* m_trayIcon;
|
TomahawkTrayIcon* m_trayIcon;
|
||||||
Tomahawk::result_ptr m_currentTrack;
|
Tomahawk::result_ptr m_currentTrack;
|
||||||
QString m_windowTitle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TOMAHAWKWINDOW_H
|
#endif // TOMAHAWKWINDOW_H
|
||||||
|
Reference in New Issue
Block a user