summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativebehavior_p.h
diff options
context:
space:
mode:
authormae <qt-info@nokia.com>2010-07-08 05:57:58 (GMT)
committermae <qt-info@nokia.com>2010-07-08 05:57:58 (GMT)
commit5cd72b07d202b487ca42486dfefc99ba2fff0045 (patch)
treef99ec9c2dd92f25349d5145589037400adfe70cf /src/declarative/util/qdeclarativebehavior_p.h
parenta2ee0cfd799f563f292e6b40ca460e05819fd0fd (diff)
downloadQt-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.h1
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();