aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;