]> git.sur5r.net Git - minitube/blobdiff - src/channelview.h
Subscriptions context menu
[minitube] / src / channelview.h
index a5013c9571b9bd35c49cb6a605df8e5c09eecd07..1a6fd5afd6bce94990147e5d202a99a8e3f03595 100644 (file)
@@ -58,6 +58,7 @@ private:
 private slots:
     void itemEntered(const QModelIndex &index);
     void itemActivated(const QModelIndex &index);
+    void showContextMenu(const QPoint &point);
     void toggleShowUpdated(bool enable);
     void setSortBy(SortBy sortBy);
     void setSortByName() { setSortBy(SortByName); }
@@ -67,9 +68,9 @@ private slots:
     void setSortByMostWatched() { setSortBy(SortByMostWatched); }
     void markAllAsWatched();
     void unwatchedCountChanged(int count);
+    void updateQuery(bool transition = false);
 
 private:
-    void updateQuery(bool transition = false);
     void setupActions();
 
     ChannelModel *channelsModel;