]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/playlist_model.hpp
Qt: Implement Stream/Save in playlist popup menu
[vlc] / modules / gui / qt4 / components / playlist / playlist_model.hpp
index 19fc446d0adf60926b07c58997862421684b7a4a..a097fa63ccde04b3970be195344bce27c994e0c1 100644 (file)
@@ -96,6 +96,9 @@ public:
     int rowCount( const QModelIndex &parent = QModelIndex() ) const;
     int columnCount( const QModelIndex &parent = QModelIndex() ) const;
 
+    /* Get current selection */
+    QStringList selectedURIs();
+
     void rebuild(); void rebuild( playlist_item_t * );
     bool hasRandom(); bool hasLoop(); bool hasRepeat();