]> git.sur5r.net Git - minitube/blobdiff - src/standardfeedsview.h
Imported Upstream version 2.5.1
[minitube] / src / standardfeedsview.h
index f7e1485ffe2144e77a55f88f8fb9f1faaefb28b2..0f9e051180e280f288dfdee4cb979873ccc6b2e7 100644 (file)
@@ -28,10 +28,10 @@ $END_LICENSE */
 #include "view.h"
 
 class VideoSource;
-class YTCategory;
+struct YTCategory;
 class YTStandardFeed;
 
-class StandardFeedsView : public QWidget, public View {
+class StandardFeedsView : public View {
 
     Q_OBJECT
 
@@ -57,7 +57,7 @@ private slots:
 private:
     void addVideoSourceWidget(VideoSource *videoSource);
     QList<YTStandardFeed*> getMainFeeds();
-    YTStandardFeed* buildStardardFeed(QString feedId, QString label, QString time = QString());
+    YTStandardFeed* buildStardardFeed(const QString &feedId, const QString &label, QString time = QString());
     QGridLayout *layout;
     
 };