]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/mediainfo.hpp
Fix memleak in cdda access.
[vlc] / modules / gui / qt4 / dialogs / mediainfo.hpp
index 91e380ffb61a7a36f61ffd8db1217e3f14387eee..a9ee843af90e084e5768617629ddb6cc70727ba9 100644 (file)
@@ -62,16 +62,15 @@ public:
 #if 0
     void setInput( input_item_t * );
 #endif
-    bool b_need_update;
 
 private:
     input_item_t *p_item;
     static MediaInfoDialog *instance;
 
-    int i_runs;
     bool mainInput;
     bool stats;
     bool b_cleaned;
+    int i_runs;
 
     QTabWidget *IT;
     InputStatsPanel *ISP;
@@ -83,10 +82,11 @@ private:
     QLineEdit *uriLine;
 
 public slots:
-    void updateOnTimeOut();
+    void update( input_thread_t * );
     void update( input_item_t *, bool, bool );
 
 private slots:
+    void updateOnTimeOut();
     void close();
     void clear();
     void saveMeta();