]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/mediainfo.hpp
Qt: use __MIN when applicable
[vlc] / modules / gui / qt4 / dialogs / mediainfo.hpp
index 469ae6718876c75c23c990f975a2f2e9b5736974..49c1f18ed53625a469b99b3f13df189baab52ebe 100644 (file)
@@ -56,6 +56,7 @@ private:
     ExtraMetaPanel *EMP;
 
     QPushButton *saveMetaButton;
+    QLineEdit   *uriLine;
 
 private slots:
     void updateAllTabs( input_item_t * );
@@ -65,6 +66,7 @@ private slots:
 
     void saveMeta();
     void updateButtons( int i_tab );
+    void updateURI( const QString& );
 
     friend class    Singleton<MediaInfoDialog>;
 };