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