]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/sout.hpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / qt4 / dialogs / sout.hpp
index 46463f58a3a134a22a102f5588f451f2812950ad..110310245abfc1f8782c2e392ada011ea5d4c06b 100644 (file)
@@ -43,19 +43,23 @@ public:
                 bool _transcode_only = false );
     virtual ~SoutDialog() {}
 
-    QString mrl;
+    QString getMrl();
     //sout_gui_descr_t *sout;
 private:
     Ui::Sout ui;
     QPushButton *okButton;
+    QString mrl;
     bool b_transcode_only;
+
 public slots:
+    void updateMRL();
+
+private slots:
     void ok();
     void cancel();
-    void updateMRL();
-    void fileBrowse();
     void toggleSout();
     void setOptions();
+    void fileBrowse();
     void setVTranscodeOptions( bool );
     void setATranscodeOptions( bool );
     void setSTranscodeOptions( bool );