summaryrefslogtreecommitdiffstats
path: root/src/Authoring/CoreLib
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2017-11-02 17:43:23 +0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2017-11-06 07:56:02 +0000
commit695581edd285a1df336140d46787f325469a0c5c (patch)
treef4d428c82f7321bd6468445fe4bc0e2dbaad3e69 /src/Authoring/CoreLib
parentb7875caa34d5af773dae9c9673d65e88639b534b (diff)
Fix hotkey handling
Now we use QAction for most hotkey handling. The old handling is still used for press-and-hold style hotkeys. Task-number: QT3DS-90 Change-Id: I8d7c01fcaf85f931c6032d41510a5626062219d9 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/Authoring/CoreLib')
-rw-r--r--src/Authoring/CoreLib/CoreLib.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Authoring/CoreLib/CoreLib.pro b/src/Authoring/CoreLib/CoreLib.pro
index 10549382..cf1952af 100644
--- a/src/Authoring/CoreLib/CoreLib.pro
+++ b/src/Authoring/CoreLib/CoreLib.pro
@@ -128,5 +128,6 @@ SOURCES += \
HEADERS += \
../Client/Code/Core/Utility/q3dsdirsystem.h \
- ../Client/Code/Core/Utility/q3dsdirwatcher.h
-
+ ../Client/Code/Core/Utility/q3dsdirwatcher.h \
+ ../Client/Code/Core/Doc/Doc.h \
+ ../Client/Code/Core/Core/Core.h