]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/extended_panels.hpp
Automatically refresh the v4l2 extended panel on focus.
[vlc] / modules / gui / qt4 / components / extended_panels.hpp
index fc5892cf4995a6571e6593ee43d864f0787c4666..c0aa71c6e0bf03dc9d1419bcde5cfb32608622f5 100644 (file)
@@ -63,6 +63,8 @@ public:
     ExtV4l2( intf_thread_t *, QWidget * );
     virtual ~ExtV4l2();
 
+    virtual void showEvent( QShowEvent *event );
+
 private:
     intf_thread_t *p_intf;
     Ui::ExtV4l2Widget ui;