summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
parent36e237d5dc4bb0728b63f26d9af07fe9c1b1601f (diff)
downloadQt-c9525d561fa05f0914546315fc33d8942b80742a.zip
Qt-c9525d561fa05f0914546315fc33d8942b80742a.tar.gz
Qt-c9525d561fa05f0914546315fc33d8942b80742a.tar.bz2
Make performance logging classes private.
Diffstat (limited to 'tools')
-rw-r--r--tools/qmlviewer/qmlviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlviewer/qmlviewer.cpp b/tools/qmlviewer/qmlviewer.cpp
index cb7d00c..db0dc18 100644
--- a/tools/qmlviewer/qmlviewer.cpp
+++ b/tools/qmlviewer/qmlviewer.cpp
@@ -18,7 +18,7 @@
#include <QtDeclarative/qmlcontext.h>
#include <QtDeclarative/qmlengine.h>
#include "qml.h"
-#include "qperformancelog.h"
+#include <private/qperformancelog_p.h>
#include "qfxtestengine.h"
#include "deviceskin.h"