summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qinputcontrol_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/qinputcontrol_p.h')
-rw-r--r--src/gui/text/qinputcontrol_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/text/qinputcontrol_p.h b/src/gui/text/qinputcontrol_p.h
index e5709b5e54..b4c1ca8f8f 100644
--- a/src/gui/text/qinputcontrol_p.h
+++ b/src/gui/text/qinputcontrol_p.h
@@ -69,6 +69,7 @@ public:
explicit QInputControl(Type type, QObject *parent = nullptr);
bool isAcceptableInput(const QKeyEvent *event) const;
+ static bool isCommonTextEditShortcut(const QKeyEvent *ke);
protected:
explicit QInputControl(Type type, QObjectPrivate &dd, QObject *parent = nullptr);