mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-04 17:41:42 +02:00
Fix all the warnings! Almost.. in our own code...
This commit is contained in:
@@ -82,17 +82,19 @@ private:
|
||||
void lookupSpotifyBrowse( const QString& playlist );
|
||||
void checkTrackFinished();
|
||||
void checkBrowseFinished();
|
||||
|
||||
|
||||
int m_limit;
|
||||
bool m_single;
|
||||
bool m_trackMode;
|
||||
bool m_createNewPlaylist;
|
||||
bool m_collaborative;
|
||||
bool m_createNewPlaylist;
|
||||
DropJobNotifier* m_browseJob;
|
||||
int m_subscribers;
|
||||
QList< query_ptr > m_tracks;
|
||||
QSet< NetworkReply* > m_queries;
|
||||
QString m_title, m_info, m_creator;
|
||||
Tomahawk::playlist_ptr m_playlist;
|
||||
DropJobNotifier* m_browseJob;
|
||||
QString m_browseUri;
|
||||
static QPixmap* s_pixmap;
|
||||
};
|
||||
|
Reference in New Issue
Block a user