Expose QKeySequence::StandardKey for QQuickKeyEvent
Change-Id: If3fff3bf1d61e8cd7f757d33637d15c931e21fb4 Reviewed-by: Alan Alpert <aalpert@blackberry.com>
This commit is contained in:
parent
70be62e95b
commit
d9e50f203e
@ -44,6 +44,7 @@
|
||||
|
||||
#include <QtCore/qnamespace.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtCore/qobjectdefs.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
@ -68,6 +69,9 @@ class QKeySequencePrivate;
|
||||
|
||||
class Q_GUI_EXPORT QKeySequence
|
||||
{
|
||||
Q_GADGET
|
||||
Q_ENUMS(StandardKey)
|
||||
|
||||
public:
|
||||
enum StandardKey {
|
||||
UnknownKey,
|
||||
|
Loading…
Reference in New Issue
Block a user