summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-02 02:58:07 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-02 02:58:07 (GMT)
commitc9525d561fa05f0914546315fc33d8942b80742a (patch)
tree4d052ab04f3f45ba838bd9c7b466411f41c4dd13 /src/declarative/qml/qmlmetaproperty.cpp
parent36e237d5dc4bb0728b63f26d9af07fe9c1b1601f (diff)
downloadQt-c9525d561fa05f0914546315fc33d8942b80742a.zip
Qt-c9525d561fa05f0914546315fc33d8942b80742a.tar.gz
Qt-c9525d561fa05f0914546315fc33d8942b80742a.tar.bz2
Make performance logging classes private.
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty.cpp')
-rw-r--r--src/declarative/qml/qmlmetaproperty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlmetaproperty.cpp b/src/declarative/qml/qmlmetaproperty.cpp
index 448671e..292aacd 100644
--- a/src/declarative/qml/qmlmetaproperty.cpp
+++ b/src/declarative/qml/qmlmetaproperty.cpp
@@ -42,7 +42,7 @@
#include "qmlmetaproperty.h"
#include "qmlmetaproperty_p.h"
#include <qml.h>
-#include <qfxperf.h>
+#include <private/qfxperf_p.h>
#include <QStringList>
#include <qmlbindablevalue.h>
#include <qmlcontext.h>