summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qcoreevent.h')
-rw-r--r--src/corelib/kernel/qcoreevent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/kernel/qcoreevent.h b/src/corelib/kernel/qcoreevent.h
index 05af1a6132..bbd95f7a96 100644
--- a/src/corelib/kernel/qcoreevent.h
+++ b/src/corelib/kernel/qcoreevent.h
@@ -323,7 +323,9 @@ private:
friend class QCoreApplicationPrivate;
friend class QThreadData;
friend class QApplication;
+#if QT_CONFIG(shortcut)
friend class QShortcutMap;
+#endif
friend class QGraphicsView;
friend class QGraphicsScene;
friend class QGraphicsScenePrivate;