Consolidated play / pause to single button
[vlc-remote] / playlistmainwindow.h
index 69cc24c..369c464 100644 (file)
@@ -23,6 +23,7 @@
 #include <QtNetwork>
 #include <QtXml>
 #include "vlcplaylistelementsimple.h"
+#include "vlcstatus.h"
 
 #ifndef LIST_ITEM_TYPE_OFFSET
 #define LIST_ITEM_TYPE_OFFSET 1000
@@ -50,6 +51,7 @@ public slots:
     void finished(QNetworkReply * reply);
     void readReady();
     void showPlayList();
+    void updateUiWithCurrentStatus(VlcStatus * status);
 
 protected slots:
     void parseXmlPlayList();