MythTV master
jsmenuevent.cpp
Go to the documentation of this file.
1/*----------------------------------------------------------------------------
2** jsmenuevent.cpp
3** GPL license; Original copyright 2004 Jeremy White <jwhite@whitesen.org>
4** although this is largely a derivative of lircevent.cpp
5**--------------------------------------------------------------------------*/
6
7// Own header
9
10const QEvent::Type JoystickKeycodeEvent::kEventType =
11 (QEvent::Type) QEvent::registerEventType();
static const Type kEventType
Definition: jsmenuevent.h:32