summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qshortcut_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qshortcut_p.h')
-rw-r--r--src/gui/kernel/qshortcut_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qshortcut_p.h b/src/gui/kernel/qshortcut_p.h
index a99cca27c1..8ff833d477 100644
--- a/src/gui/kernel/qshortcut_p.h
+++ b/src/gui/kernel/qshortcut_p.h
@@ -43,6 +43,8 @@ public:
virtual QShortcutMap::ContextMatcher contextMatcher() const;
virtual bool handleWhatsThis() { return false; }
+ static bool simpleContextMatcher(QObject *object, Qt::ShortcutContext context);
+
QList<QKeySequence> sc_sequences;
QString sc_whatsthis;
Qt::ShortcutContext sc_context = Qt::WindowShortcut;