From 781aae2f348190796475bc28003813a9591678ed Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sun, 14 Aug 2016 15:45:31 +0200 Subject: Platform dialogs: apply the options Change-Id: I6bccfebcbb32dcafeea0814d88f7882857a62a85 Reviewed-by: J-P Nurmi --- src/imports/platform/qquickplatformmessagedialog_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/platform/qquickplatformmessagedialog_p.h') 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); -- cgit v1.2.3