aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/qquickproxytheme_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols2/qquickproxytheme_p.h')
-rw-r--r--src/quickcontrols2/qquickproxytheme_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quickcontrols2/qquickproxytheme_p.h b/src/quickcontrols2/qquickproxytheme_p.h
index ee74e703..04f800f4 100644
--- a/src/quickcontrols2/qquickproxytheme_p.h
+++ b/src/quickcontrols2/qquickproxytheme_p.h
@@ -84,7 +84,9 @@ public:
QIconEngine *createIconEngine(const QString &iconName) const override;
+#if QT_CONFIG(shortcut)
QList<QKeySequence> keyBindings(QKeySequence::StandardKey key) const override;
+#endif
QString standardButtonText(int button) const override;