]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs_provider.cpp
Qt4 - #ifdef WIN32 consistancy if some insane people try Qt on Mac.
[vlc] / modules / gui / qt4 / dialogs_provider.cpp
index 5de8158792d7fbbe1d3ec4a7e19a067dbaa3093a..b636742bc805577918cbca5873bb29d71e1de549 100644 (file)
@@ -21,6 +21,9 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include <QEvent>
 #include <QApplication>
@@ -509,3 +512,8 @@ void DialogsProvider::switchToSkins()
 {
     var_SetString( p_intf, "intf-switch", "skins2" );
 }
+
+void DialogsProvider::switchToWx()
+{
+    var_SetString( p_intf, "intf-switch", "wxwidgets" );
+}