X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fgui%2Fqt4%2Fqt4.hpp;h=218fc4f142b51933d0e6b466981d22ccec0f2a93;hb=dedc960213255752152e123320ac8c57135744d5;hp=ff3079cafe5fe5fe7d3118e9dd663fef59170b32;hpb=0ba0df157bca20f1f3d960e1f04600028f39c3ec;p=vlc diff --git a/modules/gui/qt4/qt4.hpp b/modules/gui/qt4/qt4.hpp index ff3079cafe..218fc4f142 100644 --- a/modules/gui/qt4/qt4.hpp +++ b/modules/gui/qt4/qt4.hpp @@ -5,6 +5,7 @@ * $Id$ * * Authors: Clément Stenac + * Jean-Baptiste Kempf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -93,8 +94,8 @@ struct intf_sys_t else x->show(); } static int DialogEvent_Type = QEvent::User + 1; -static int PLUndockEvent_Type = QEvent::User + 2; -static int PLDockEvent_Type = QEvent::User + 3; +//static int PLUndockEvent_Type = QEvent::User + 2; +//static int PLDockEvent_Type = QEvent::User + 3; static int SetVideoOnTopEvent_Type = QEvent::User + 4; class DialogEvent : public QEvent