diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-02 02:58:07 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-02 02:58:07 (GMT) |
commit | c9525d561fa05f0914546315fc33d8942b80742a (patch) | |
tree | 4d052ab04f3f45ba838bd9c7b466411f41c4dd13 /src/declarative/fx/qfxitem.cpp | |
parent | 36e237d5dc4bb0728b63f26d9af07fe9c1b1601f (diff) | |
download | Qt-c9525d561fa05f0914546315fc33d8942b80742a.zip Qt-c9525d561fa05f0914546315fc33d8942b80742a.tar.gz Qt-c9525d561fa05f0914546315fc33d8942b80742a.tar.bz2 |
Make performance logging classes private.
Diffstat (limited to 'src/declarative/fx/qfxitem.cpp')
-rw-r--r-- | src/declarative/fx/qfxitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp index 7ccad5f..223af60 100644 --- a/src/declarative/fx/qfxitem.cpp +++ b/src/declarative/fx/qfxitem.cpp @@ -47,7 +47,7 @@ #include <QNetworkRequest> #include <QGraphicsSceneMouseEvent> #include <QtScript/qscriptengine.h> -#include <qfxperf.h> +#include <private/qfxperf_p.h> #include "qmlengine.h" #include "qmlstate.h" |