aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickscrollbar_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-01-12 12:59:55 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2017-01-12 14:36:41 +0000
commit166b31be92c45a0b1fe2bd0c0f393f1a51d20943 (patch)
tree72cde65f872480b431fbadb4b44bb89b93f51e39 /src/quicktemplates2/qquickscrollbar_p.h
parent7728611e7071cb59e0c96aa398d4b30e18270ad1 (diff)
QQuickScrollBar::snapModeChanged(): add missing revision
The property was added in 04502964. The property is revisioned, but the revision was forgotten from the notifier signal. Change-Id: I0dd93149c917e4f5af22ecd8500851c245c672e4 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickscrollbar_p.h')
-rw-r--r--src/quicktemplates2/qquickscrollbar_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickscrollbar_p.h b/src/quicktemplates2/qquickscrollbar_p.h
index 535d091b..a34c337c 100644
--- a/src/quicktemplates2/qquickscrollbar_p.h
+++ b/src/quicktemplates2/qquickscrollbar_p.h
@@ -110,7 +110,7 @@ Q_SIGNALS:
void activeChanged();
void pressedChanged();
void orientationChanged();
- void snapModeChanged();
+ Q_REVISION(2) void snapModeChanged();
protected:
void mousePressEvent(QMouseEvent *event) override;