aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/platform/qquickplatformmessagedialog_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/platform/qquickplatformmessagedialog_p.h')
-rw-r--r--src/imports/platform/qquickplatformmessagedialog_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/platform/qquickplatformmessagedialog_p.h b/src/imports/platform/qquickplatformmessagedialog_p.h
index e5548174..87ead6f8 100644
--- a/src/imports/platform/qquickplatformmessagedialog_p.h
+++ b/src/imports/platform/qquickplatformmessagedialog_p.h
@@ -109,7 +109,7 @@ Q_SIGNALS:
protected:
QPlatformDialogHelper *createHelper() override;
- void applyOptions() override;
+ void applyOptions(QPlatformDialogHelper *handle) override;
private Q_SLOTS:
void handleClick(QPlatformDialogHelper::StandardButton button);