From 54aef070625c2b1bd45394f8ffe1ea0b07bc5805 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 7 Feb 2017 13:56:28 +0100 Subject: Fix -no-feature-shortcut build Change-Id: If567b99889b40528150834c3319cdfec8e5b229e Reviewed-by: Mitch Curtis --- src/quickcontrols2/qquickproxytheme_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/quickcontrols2/qquickproxytheme_p.h') 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 keyBindings(QKeySequence::StandardKey key) const override; +#endif QString standardButtonText(int button) const override; -- cgit v1.2.3