1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 08:34:34 +02:00

Fix regression where windowTitle was set empty

This commit is contained in:
Dominik Schmidt
2011-09-07 01:48:44 +02:00
parent b8d684fed8
commit c16528763f
2 changed files with 2 additions and 5 deletions

View File

@@ -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

View File

@@ -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