diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-20 03:30:31 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-20 03:30:31 (GMT) |
commit | 275d2a37c0c7179e7f34cc467192a8838705d7c2 (patch) | |
tree | 0e1732a7aed9bac19fd307218f4fd500e2f3654b /src/declarative/util/qfxperf.cpp | |
parent | f4c51725bf131baa34e30c435b285af16948744c (diff) | |
download | Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.zip Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.tar.gz Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.tar.bz2 |
Rename QmlBindableValue to QmlBinding
Diffstat (limited to 'src/declarative/util/qfxperf.cpp')
-rw-r--r-- | src/declarative/util/qfxperf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qfxperf.cpp b/src/declarative/util/qfxperf.cpp index db56b37..f768827 100644 --- a/src/declarative/util/qfxperf.cpp +++ b/src/declarative/util/qfxperf.cpp @@ -51,7 +51,7 @@ Q_DEFINE_PERFORMANCE_LOG(QFxPerf, "QFx") { Q_DEFINE_PERFORMANCE_METRIC(BindValue, "BindValue execution") Q_DEFINE_PERFORMANCE_METRIC(BindValueSSE, "BindValue execution SSE") Q_DEFINE_PERFORMANCE_METRIC(BindValueQt, "BindValue execution QtScript") - Q_DEFINE_PERFORMANCE_METRIC(BindableValueUpdate, "QmlBindableValue::update") + Q_DEFINE_PERFORMANCE_METRIC(BindableValueUpdate, "QmlBinding::update") Q_DEFINE_PERFORMANCE_METRIC(PixmapLoad, "Pixmap loading") Q_DEFINE_PERFORMANCE_METRIC(FontDatabase, "Font database creation") Q_DEFINE_PERFORMANCE_METRIC(QFxPathViewPathCache, "FX Items: QFxPathView: Path cache") |