diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-04-23 03:29:18 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-04-23 03:29:18 (GMT) |
commit | 363265d790c9f6b69d5a706209b28e467de3a2d6 (patch) | |
tree | 0c3faace93c514369fe88bb6482ae764e5620ec8 /src/declarative/fx/qfxitem.cpp | |
parent | 9e511fbfad55e0621a0a7c43b2ffde4d5a7cb339 (diff) | |
download | Qt-363265d790c9f6b69d5a706209b28e467de3a2d6.zip Qt-363265d790c9f6b69d5a706209b28e467de3a2d6.tar.gz Qt-363265d790c9f6b69d5a706209b28e467de3a2d6.tar.bz2 |
Compile.
Diffstat (limited to 'src/declarative/fx/qfxitem.cpp')
-rw-r--r-- | src/declarative/fx/qfxitem.cpp | 2 |
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; |