]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/extended_panels.hpp
Interface to delay subtitles and audio. Most of ##1491
[vlc] / modules / gui / qt4 / components / extended_panels.hpp
index 0f4da973a79548d7b81eea4763128649476364a7..766d54a4be156dc852a6765a9b3c53524e444781 100644 (file)
@@ -160,6 +160,9 @@ private:
     intf_thread_t *p_intf;
     QDoubleSpinBox *AVSpin;
     QDoubleSpinBox *subsSpin;
+private slots:
+    void advanceAudio( double );
+    void advanceSubs( double );
 };
 
 #endif