diff options
| author | Alexander Volkov <a.volkov@rusbitech.ru> | 2016-11-27 11:00:50 +0300 |
|---|---|---|
| committer | Alexander Volkov <a.volkov@rusbitech.ru> | 2016-11-29 15:29:28 +0000 |
| commit | e3ad43843a6ddb20c901b6fba85c12fb0e6c5651 (patch) | |
| tree | 9e620e82aebaa92766a9972b6557f580d8e257ae /src/plugins/platforms/android/qandroidplatformmenubar.h | |
| parent | c2446cb7df1466e9252f691567133295e4101c44 (diff) | |
Android: Add missing override
Change-Id: I70b802517d8f7d129ffb71dc3e92cb2458a55acc
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'src/plugins/platforms/android/qandroidplatformmenubar.h')
| -rw-r--r-- | src/plugins/platforms/android/qandroidplatformmenubar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/platforms/android/qandroidplatformmenubar.h b/src/plugins/platforms/android/qandroidplatformmenubar.h index d98d02d5dec..0316ea93620 100644 --- a/src/plugins/platforms/android/qandroidplatformmenubar.h +++ b/src/plugins/platforms/android/qandroidplatformmenubar.h @@ -55,11 +55,11 @@ public: QAndroidPlatformMenuBar(); ~QAndroidPlatformMenuBar(); - void insertMenu(QPlatformMenu *menu, QPlatformMenu *before); - void removeMenu(QPlatformMenu *menu); - void syncMenu(QPlatformMenu *menu); - void handleReparent(QWindow *newParentWindow); - QPlatformMenu *menuForTag(quintptr tag) const; + void insertMenu(QPlatformMenu *menu, QPlatformMenu *before) override; + void removeMenu(QPlatformMenu *menu) override; + void syncMenu(QPlatformMenu *menu) override; + void handleReparent(QWindow *newParentWindow) override; + QPlatformMenu *menuForTag(quintptr tag) const override; QWindow *parentWindow() const; PlatformMenusType menus() const; |
