mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-05 01:52:28 +02:00
* All our link parsers now use our own NetworkReply instead of QNetworkReply.
This commit is contained in:
@@ -38,9 +38,10 @@
|
||||
* Connect to the signals to get the results
|
||||
*/
|
||||
|
||||
class QNetworkReply;
|
||||
class NetworkReply;
|
||||
class SpotifyAccount;
|
||||
class SpotifyPlaylistUpdater;
|
||||
|
||||
namespace Tomahawk
|
||||
{
|
||||
|
||||
@@ -88,7 +89,7 @@ private:
|
||||
bool m_collaborative;
|
||||
int m_subscribers;
|
||||
QList< query_ptr > m_tracks;
|
||||
QSet< QNetworkReply* > m_queries;
|
||||
QSet< NetworkReply* > m_queries;
|
||||
QString m_title, m_info, m_creator;
|
||||
Tomahawk::playlist_ptr m_playlist;
|
||||
DropJobNotifier* m_browseJob;
|
||||
|
Reference in New Issue
Block a user