summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxpath.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-06-01 01:12:38 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-06-01 01:12:38 (GMT)
commit54d9a58cf15e72f24cbf74281996835458bd6e23 (patch)
tree86cd1456c5bbdac3427f6e521b1d624fc12bb967 /src/declarative/fx/qfxpath.cpp
parent1090d5d1fad890d9f43e87e19277e1f624921d6d (diff)
downloadQt-54d9a58cf15e72f24cbf74281996835458bd6e23.zip
Qt-54d9a58cf15e72f24cbf74281996835458bd6e23.tar.gz
Qt-54d9a58cf15e72f24cbf74281996835458bd6e23.tar.bz2
Remove some pointless perf metrics
Diffstat (limited to 'src/declarative/fx/qfxpath.cpp')
-rw-r--r--src/declarative/fx/qfxpath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxpath.cpp b/src/declarative/fx/qfxpath.cpp
index 5deaaa5..be731b1 100644
--- a/src/declarative/fx/qfxpath.cpp
+++ b/src/declarative/fx/qfxpath.cpp
@@ -357,7 +357,7 @@ void QFxPath::createPointCache() const
{
Q_D(const QFxPath);
#ifdef Q_ENABLE_PERFORMANCE_LOG
- QFxPerfTimer<QFxPerf::PathCache> pc;
+ QFxPerfTimer<QFxPerf::QFxPathViewPathCache> pc;
#endif
qreal pathLength = d->_path.length();
const int points = int(pathLength*2);