summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlvme.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/qmlvme.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/qmlvme.cpp')
-rw-r--r--src/declarative/qml/qmlvme.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlvme.cpp b/src/declarative/qml/qmlvme.cpp
index 962d917..d24c03e 100644
--- a/src/declarative/qml/qmlvme.cpp
+++ b/src/declarative/qml/qmlvme.cpp
@@ -40,14 +40,13 @@
****************************************************************************/
#include "qmlvme_p.h"
-#include <qfxperf.h>
+#include <private/qfxperf_p.h>
#include <private/qmlboundsignal_p.h>
#include <private/qmlstringconverters_p.h>
#include "private/qmetaobjectbuilder_p.h"
#include "private/qmldeclarativedata_p.h"
#include <qml.h>
#include <private/qmlcustomparser_p.h>
-#include <qperformancelog.h>
#include <QStack>
#include <QWidget>
#include <private/qmlcompiledcomponent_p.h>