aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/enterkeyaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/enterkeyaction.h')
-rw-r--r--src/virtualkeyboard/enterkeyaction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/virtualkeyboard/enterkeyaction.h b/src/virtualkeyboard/enterkeyaction.h
index 5fa9d6d0..b78e09ec 100644
--- a/src/virtualkeyboard/enterkeyaction.h
+++ b/src/virtualkeyboard/enterkeyaction.h
@@ -39,7 +39,6 @@ class EnterKeyActionAttachedType;
class EnterKeyAction : public QObject
{
Q_OBJECT
- Q_ENUMS(Id)
public:
enum Id {
@@ -51,6 +50,8 @@ public:
Done
};
+ Q_ENUM(Id)
+
public:
static EnterKeyActionAttachedType *qmlAttachedProperties(QObject *object);
};