From e0a729dfd202c95dc858c71e95fe0072821b2b21 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Sun, 19 Jun 2022 11:10:10 +0200 Subject: [PATCH] Make the new setCurrentId the writer for the respective property Amends 2140edaaab0bf61f354db521efca773568becc56. Pick-to: 6.4 Change-Id: Idc1ace4229b8706d9b44f1727105cc9aaab1a86d Reviewed-by: Axel Spoerl Reviewed-by: Lars Knoll --- src/widgets/dialogs/qwizard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/dialogs/qwizard.h b/src/widgets/dialogs/qwizard.h index 83d032c64d..bf2364f214 100644 --- a/src/widgets/dialogs/qwizard.h +++ b/src/widgets/dialogs/qwizard.h @@ -23,7 +23,7 @@ class Q_WIDGETS_EXPORT QWizard : public QDialog Q_PROPERTY(Qt::TextFormat titleFormat READ titleFormat WRITE setTitleFormat) Q_PROPERTY(Qt::TextFormat subTitleFormat READ subTitleFormat WRITE setSubTitleFormat) Q_PROPERTY(int startId READ startId WRITE setStartId) - Q_PROPERTY(int currentId READ currentId NOTIFY currentIdChanged) + Q_PROPERTY(int currentId READ currentId WRITE setCurrentId NOTIFY currentIdChanged) public: enum WizardButton {