]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/main_interface.hpp
Qt4 - Add a dialog at firststart to ask about the privacy policy.
[vlc] / modules / gui / qt4 / main_interface.hpp
index def9e0e51206bcaef75c2dacb4079ca0dfdc7027..6b755405a3ab226f1ce033317bc2ad33bbc46a1d 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "qt4.hpp"
 #include "util/qvlcframe.hpp"
+#include "components/preferences_widgets.hpp"
 
 #include <vlc_aout.h>
 
@@ -98,6 +99,7 @@ private:
     void handleSystray();
     void doComponentsUpdate();
     void createSystray();
+    void privacyDialog( QList<ConfigControl *> controls );
 
     /* Video */
     VideoWidget         *videoWidget;