diff options
author | mae <qt-info@nokia.com> | 2010-07-08 05:57:58 (GMT) |
---|---|---|
committer | mae <qt-info@nokia.com> | 2010-07-08 05:57:58 (GMT) |
commit | 5cd72b07d202b487ca42486dfefc99ba2fff0045 (patch) | |
tree | f99ec9c2dd92f25349d5145589037400adfe70cf /src/declarative/util/qdeclarativebehavior_p.h | |
parent | a2ee0cfd799f563f292e6b40ca460e05819fd0fd (diff) | |
download | Qt-5cd72b07d202b487ca42486dfefc99ba2fff0045.zip Qt-5cd72b07d202b487ca42486dfefc99ba2fff0045.tar.gz Qt-5cd72b07d202b487ca42486dfefc99ba2fff0045.tar.bz2 |
Optimization: change signal/slot to function call
Diffstat (limited to 'src/declarative/util/qdeclarativebehavior_p.h')
-rw-r--r-- | src/declarative/util/qdeclarativebehavior_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativebehavior_p.h b/src/declarative/util/qdeclarativebehavior_p.h index a3132d9..9801fb2 100644 --- a/src/declarative/util/qdeclarativebehavior_p.h +++ b/src/declarative/util/qdeclarativebehavior_p.h @@ -83,7 +83,6 @@ public: Q_SIGNALS: void enabledChanged(); - void qtAnimationRunningChanged(bool running); private Q_SLOTS: void componentFinalized(); |