1
0
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:
Christian Muehlhaeuser
2012-11-14 05:47:44 +01:00
parent f79468484b
commit 082f46f242
14 changed files with 207 additions and 246 deletions

View File

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