]> git.sur5r.net Git - minitube/blobdiff - src/channelaggregator.h
New upstream version 2.9
[minitube] / src / channelaggregator.h
index bb92227bda47d7b0fb5c797f23b54ddecbf11b83..6eeaba75c63320b9557c6e456edb11e34e7845ad 100644 (file)
@@ -49,11 +49,11 @@ signals:
     void unwatchedCountChanged(int count);
 
 private slots:
-    void videosLoaded(const QList<Video*> &videos);
+    void videosLoaded(const QVector<Video*> &videos);
     void processNextChannel();
     void checkWebPage(YTChannel *channel);
     void parseWebPage(const QByteArray &bytes);
-    void errorWebPage(QNetworkReply *reply);
+    void errorWebPage(const QString &message);
     void reallyProcessChannel(YTChannel *channel);
 
 private:
@@ -67,7 +67,7 @@ private:
     bool running;
 
     int newVideoCount;
-    QList<YTChannel*> updatedChannels;
+    QVector<YTChannel*> updatedChannels;
 
     QTimer *timer;
     bool stopped;