diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-29 06:27:07 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-29 06:27:07 (GMT) |
commit | d85d7addc5084ee7d5de31dec562437f9c31c35d (patch) | |
tree | 53f88ba873a998ac99b835c7cde2d26696422336 /src/declarative/util | |
parent | 7d8fc7c68a85aa356e0ea8956f81c0d56216e320 (diff) | |
download | Qt-d85d7addc5084ee7d5de31dec562437f9c31c35d.zip Qt-d85d7addc5084ee7d5de31dec562437f9c31c35d.tar.gz Qt-d85d7addc5084ee7d5de31dec562437f9c31c35d.tar.bz2 |
fix macros
Diffstat (limited to 'src/declarative/util')
-rw-r--r-- | src/declarative/util/qmleasefollow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmleasefollow.h b/src/declarative/util/qmleasefollow.h index d242821..3de72f2 100644 --- a/src/declarative/util/qmleasefollow.h +++ b/src/declarative/util/qmleasefollow.h @@ -95,7 +95,7 @@ public: virtual void setTarget(const QmlMetaProperty &); -signals: +Q_SIGNALS: void sourceChanged(); void velocityChanged(); void durationChanged(); |