aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-05 19:57:18 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-06 06:57:25 +0000
commitd453cc9ec7efd23479368a9b08cc3d3f0753b57a (patch)
tree2db33c65125f8cc1527da8f76960ecc464ded7d6 /src
parent920ca0adb8ca3b0f5a4a2c576420ef1f5f420320 (diff)
QQuickTabBar: add missing Q_REVISION() for contentWidth/HeightChanged()
Missed in 24acfcaf. Change-Id: I11c87a21d7d29befec5784eff1961a6feb5ea24b Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/quicktemplates2/qquicktabbar_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquicktabbar_p.h b/src/quicktemplates2/qquicktabbar_p.h
index bc228346..0ffd53d5 100644
--- a/src/quicktemplates2/qquicktabbar_p.h
+++ b/src/quicktemplates2/qquicktabbar_p.h
@@ -83,8 +83,8 @@ public:
Q_SIGNALS:
void positionChanged();
- void contentWidthChanged();
- void contentHeightChanged();
+ Q_REVISION(2) void contentWidthChanged();
+ Q_REVISION(2) void contentHeightChanged();
protected:
void updatePolish() override;