aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickcontainer_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2018-04-25 11:48:53 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2018-04-25 11:59:25 +0000
commit01e4b7b641f439c46c170644e9e90ada6309cc57 (patch)
tree8f1cd013d233e6d4cf50110b5215aca29822d5c7 /src/quicktemplates2/qquickcontainer_p.h
parent2754d19d8640e44f856f423fb9fa949f59aa64a6 (diff)
Move buttonLayoutChange() signal to the correct place
It was accidentally moved from QQuickDialogButtonBox to QQuickContainer when the contentWidth and contentHeight properties were promoted in commit 086dc431. Change-Id: Iffc41cb1f28f00f99cfdffa3626234a45997f91d Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickcontainer_p.h')
-rw-r--r--src/quicktemplates2/qquickcontainer_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickcontainer_p.h b/src/quicktemplates2/qquickcontainer_p.h
index 5248d787..310aacd1 100644
--- a/src/quicktemplates2/qquickcontainer_p.h
+++ b/src/quicktemplates2/qquickcontainer_p.h
@@ -111,7 +111,6 @@ Q_SIGNALS:
void currentIndexChanged();
void currentItemChanged();
// 2.5 (Qt 5.12)
- Q_REVISION(5) void buttonLayoutChanged();
Q_REVISION(5) void contentWidthChanged();
Q_REVISION(5) void contentHeightChanged();