Improved playlist and show event handling.
[vlc-remote] / playlistmainwindow.cpp
index 7fec0ec..4af4b7a 100644 (file)
@@ -68,9 +68,10 @@ PlayListMainWindow::PlayListMainWindow(QWidget *parent) :
 void PlayListMainWindow::init()  // CALL WHEN CONFIG CHANGES
 {
     mIp = AccountDialog::currentIp();
+}
+void PlayListMainWindow::showPlayList()  // CALL WHEN SHOWN
+{
     requestPlayList();
-
-
 }
 
 PlayListMainWindow::~PlayListMainWindow()