]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/messages.hpp
* add a function to parse the mrl line
[vlc] / modules / gui / qt4 / dialogs / messages.hpp
index 5425324bc606dd7afab58f0aa019efa92011f25a..b07c8045bdec108bd92921a834e7f9353b9ac97a 100644 (file)
@@ -50,9 +50,9 @@ private:
     QTextEdit *messages;
 public slots:
     void updateLog();
-    void onCloseButton();
-    void onClearButton();
-    bool onSaveButton();
+    void close();
+    void clear();
+    bool save();
 };
 
 #endif