]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/util/qvlcapp.hpp
Win32: add support for media keys and remotes in Qt.
[vlc] / modules / gui / qt4 / util / qvlcapp.hpp
index 3144ad9e89c9a8fe7b2166ded41dcfdf4373d08c..bfd8a90599fad8ae6b9f11a7774deba4fb54c92e 100644 (file)
@@ -61,23 +61,6 @@ public:
      }
 #endif
 
-#if defined(Q_WS_WIN)
-#define THBN_CLICKED        0x1800
-protected:
-    virtual bool winEventFilter( MSG *msg, long *result )
-    {
-        switch( msg->message )
-        {
-            case 0x0319: /* WM_APPCOMMAND 0x0319 */
-                DefWindowProc( msg->hwnd, msg->message,
-                               msg->wParam, msg->lParam );
-                break;
-        }
-        return false;
-    }
-#endif
-
-
 signals:
     void quitSignal();