summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/widget/qqmlandroidtabhost_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlandroid/widget/qqmlandroidtabhost_p.h')
-rw-r--r--src/qmlandroid/widget/qqmlandroidtabhost_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmlandroid/widget/qqmlandroidtabhost_p.h b/src/qmlandroid/widget/qqmlandroidtabhost_p.h
index 5d15520..b3cccea 100644
--- a/src/qmlandroid/widget/qqmlandroidtabhost_p.h
+++ b/src/qmlandroid/widget/qqmlandroidtabhost_p.h
@@ -63,8 +63,8 @@ Q_SIGNALS:
void tabChanged(const QString &tabId);
protected:
- QAndroidJniObject onCreate() Q_DECL_OVERRIDE;
- void onInflate(QAndroidJniObject &instance) Q_DECL_OVERRIDE;
+ QAndroidJniObject onCreate() override;
+ void onInflate(QAndroidJniObject &instance) override;
static void onRegisterNativeMethods(jobject listener);
static void onTabChanged(JNIEnv *env, jobject object, jlong instance, jstring tabId);