diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-26 07:23:55 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-26 07:23:55 (GMT) |
commit | baec0ecd314c6e9563bd56cf19571ca71d7d11cd (patch) | |
tree | 675e10d1578b2b0a5fd4e6fb2d8a1764295ac030 /src/corelib/animation/qpropertyanimation.h | |
parent | 51167b0f2f7b3989ed448160fda3209e9382663a (diff) | |
download | Qt-baec0ecd314c6e9563bd56cf19571ca71d7d11cd.zip Qt-baec0ecd314c6e9563bd56cf19571ca71d7d11cd.tar.gz Qt-baec0ecd314c6e9563bd56cf19571ca71d7d11cd.tar.bz2 |
Fixed docs warnings for Animation API
Diffstat (limited to 'src/corelib/animation/qpropertyanimation.h')
-rw-r--r-- | src/corelib/animation/qpropertyanimation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/animation/qpropertyanimation.h b/src/corelib/animation/qpropertyanimation.h index 5b06bd2..39317ba 100644 --- a/src/corelib/animation/qpropertyanimation.h +++ b/src/corelib/animation/qpropertyanimation.h @@ -72,11 +72,11 @@ public: protected: bool event(QEvent *event); - void updateCurrentValue(const QVariant &value); void updateState(QAbstractAnimation::State oldState, QAbstractAnimation::State newState); - Q_PRIVATE_SLOT(d_func(), void _q_targetDestroyed()); + private: + Q_PRIVATE_SLOT(d_func(), void _q_targetDestroyed()); Q_DISABLE_COPY(QPropertyAnimation) Q_DECLARE_PRIVATE(QPropertyAnimation) }; |