1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-10-04 09:31:41 +02:00

Enable collaboratives

This commit is contained in:
Hugo Lindström
2012-08-15 21:17:25 +02:00
parent 7e8c1d0ef5
commit 0f331a525b
6 changed files with 174 additions and 51 deletions

View File

@@ -85,6 +85,7 @@ private:
bool m_single;
bool m_trackMode;
bool m_createNewPlaylist;
bool m_collaborative;
QList< query_ptr > m_tracks;
QSet< QNetworkReply* > m_queries;
QString m_title, m_info, m_creator;