summaryrefslogtreecommitdiffstats
path: root/src/widgets/util/qscroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/util/qscroller.h')
-rw-r--r--src/widgets/util/qscroller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/util/qscroller.h b/src/widgets/util/qscroller.h
index ca8d059f50..412094e984 100644
--- a/src/widgets/util/qscroller.h
+++ b/src/widgets/util/qscroller.h
@@ -62,7 +62,8 @@ class Q_WIDGETS_EXPORT QScroller : public QObject
{
Q_OBJECT
Q_PROPERTY(State state READ state NOTIFY stateChanged)
- Q_PROPERTY(QScrollerProperties scrollerProperties READ scrollerProperties WRITE setScrollerProperties NOTIFY scrollerPropertiesChanged)
+ Q_PROPERTY(QScrollerProperties scrollerProperties READ scrollerProperties
+ WRITE setScrollerProperties NOTIFY scrollerPropertiesChanged)
public:
enum State