Expose QKeySequence::StandardKey for QQuickKeyEvent

Change-Id: If3fff3bf1d61e8cd7f757d33637d15c931e21fb4
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
This commit is contained in:
J-P Nurmi 2013-05-30 17:04:46 +02:00 committed by The Qt Project
parent 70be62e95b
commit d9e50f203e

View File

@ -44,6 +44,7 @@
#include <QtCore/qnamespace.h> #include <QtCore/qnamespace.h>
#include <QtCore/qstring.h> #include <QtCore/qstring.h>
#include <QtCore/qobjectdefs.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
@ -68,6 +69,9 @@ class QKeySequencePrivate;
class Q_GUI_EXPORT QKeySequence class Q_GUI_EXPORT QKeySequence
{ {
Q_GADGET
Q_ENUMS(StandardKey)
public: public:
enum StandardKey { enum StandardKey {
UnknownKey, UnknownKey,