From 1d1d2f0b748e33caaa78d9b14fb34847cd0323f7 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 8 Feb 2012 14:44:30 +0100 Subject: Compile with Qt 5. - QtQuick1 renaming. - Start on qtconcurrent split (pending renaming of Qt Creator's qtconcurrent library). - QWinEventNotifier is a public class in Qt 5. - Metatype system: Classes need to be known. Change-Id: I5582e7cc2777bf791a08b049262217055769c80f Reviewed-by: Miikka Heikkinen Reviewed-by: Friedemann Kleint --- src/plugins/coreplugin/actionmanager/commandmappings.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/coreplugin/actionmanager') diff --git a/src/plugins/coreplugin/actionmanager/commandmappings.cpp b/src/plugins/coreplugin/actionmanager/commandmappings.cpp index 1934f280f0..69060ff2c9 100644 --- a/src/plugins/coreplugin/actionmanager/commandmappings.cpp +++ b/src/plugins/coreplugin/actionmanager/commandmappings.cpp @@ -31,6 +31,7 @@ **************************************************************************/ #include "commandmappings.h" +#include "shortcutsettings.h" #include "ui_commandmappings.h" #include "actionmanager_p.h" #include "actionmanager/command.h" -- cgit v1.2.1