diff options
author | Jason Barron <jbarron@trolltech.com> | 2009-08-04 12:20:41 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2009-08-04 12:20:41 (GMT) |
commit | 90d4366f1e9657b3240a872698614c7d9747f9e0 (patch) | |
tree | 243a891206d22ffb940841fd2e2303cb17bb9723 /src/gui/kernel/qstandardgestures.h | |
parent | be212bf108e71ba3b5b75802b1f4de6613ba315c (diff) | |
download | Qt-90d4366f1e9657b3240a872698614c7d9747f9e0.zip Qt-90d4366f1e9657b3240a872698614c7d9747f9e0.tar.gz Qt-90d4366f1e9657b3240a872698614c7d9747f9e0.tar.bz2 |
Compile with Q_DECLARE_SCOPED_PRIVATE.
These classes were moved so they were not updated correctly when I
did the merge.
Diffstat (limited to 'src/gui/kernel/qstandardgestures.h')
-rw-r--r-- | src/gui/kernel/qstandardgestures.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qstandardgestures.h b/src/gui/kernel/qstandardgestures.h index 2234702..a777253 100644 --- a/src/gui/kernel/qstandardgestures.h +++ b/src/gui/kernel/qstandardgestures.h @@ -57,7 +57,7 @@ class QPanGesturePrivate; class Q_GUI_EXPORT QPanGesture : public QGesture { Q_OBJECT - Q_DECLARE_PRIVATE(QPanGesture) + Q_DECLARE_SCOPED_PRIVATE(QPanGesture) Q_PROPERTY(QSize totalOffset READ totalOffset) Q_PROPERTY(QSize lastOffset READ lastOffset) @@ -82,7 +82,7 @@ class QTapAndHoldGesturePrivate; class Q_GUI_EXPORT QTapAndHoldGesture : public QGesture { Q_OBJECT - Q_DECLARE_PRIVATE(QTapAndHoldGesture) + Q_DECLARE_SCOPED_PRIVATE(QTapAndHoldGesture) public: QTapAndHoldGesture(QWidget *parent); |