summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-04-23 03:29:18 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-04-23 03:29:18 (GMT)
commit363265d790c9f6b69d5a706209b28e467de3a2d6 (patch)
tree0c3faace93c514369fe88bb6482ae764e5620ec8 /src/declarative
parent9e511fbfad55e0621a0a7c43b2ffde4d5a7cb339 (diff)
downloadQt-363265d790c9f6b69d5a706209b28e467de3a2d6.zip
Qt-363265d790c9f6b69d5a706209b28e467de3a2d6.tar.gz
Qt-363265d790c9f6b69d5a706209b28e467de3a2d6.tar.bz2
Compile.
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/fx/qfxitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp
index 2f4c220..2406597 100644
--- a/src/declarative/fx/qfxitem.cpp
+++ b/src/declarative/fx/qfxitem.cpp
@@ -1648,7 +1648,7 @@ void QFxItem::classBegin()
void QFxItem::classComplete()
{
#ifdef Q_ENABLE_PERFORMANCE_LOG
- QFxPerfTimer<QFxPerf::ItemClassComplete> cc;
+ QFxPerfTimer<QFxPerf::ItemComponentComplete> cc;
#endif
Q_D(QFxItem);
d->_classComplete = true;