From 55bd24e9617cbb2a13adf9a7a86d3d49aeebcb73 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Thu, 22 May 2014 14:11:32 +0200 Subject: iOS: Implement support for native menus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2c7278697499aa046ac7b1240b7bc713ad1fc709 Reviewed-by: Tor Arne Vestbø --- src/plugins/platforms/ios/qiostheme.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/plugins/platforms/ios/qiostheme.h') diff --git a/src/plugins/platforms/ios/qiostheme.h b/src/plugins/platforms/ios/qiostheme.h index b03f65f556..b4b7b8977b 100644 --- a/src/plugins/platforms/ios/qiostheme.h +++ b/src/plugins/platforms/ios/qiostheme.h @@ -55,6 +55,9 @@ public: QVariant themeHint(ThemeHint hint) const; + QPlatformMenuItem* createPlatformMenuItem() const Q_DECL_OVERRIDE; + QPlatformMenu* createPlatformMenu() const Q_DECL_OVERRIDE; + const QFont *font(Font type = SystemFont) const; static const char *name; -- cgit v1.2.3