diff options
author | Christian Kandeler <christian.kandeler@nokia.com> | 2012-03-14 19:18:38 +0100 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@nokia.com> | 2012-03-14 19:21:33 +0100 |
commit | 4b73fa190cc39f448a184fb2733a1b08755920cb (patch) | |
tree | 30078d68d3e58862fb97f0df2ef9931be70bf66e /src/plugins/qmlprofiler/qmlprofilertool.h | |
parent | 71949ad4a2c3254fb81171188397641f06880a06 (diff) | |
download | qt-creator-4b73fa190cc39f448a184fb2733a1b08755920cb.tar.gz |
Fix build with namespaced Qt.
Change-Id: I6c84282de364491e92ecd3cf668db62351067f88
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.h')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilertool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.h b/src/plugins/qmlprofiler/qmlprofilertool.h index bb3f2b1cec..fa9ba2e968 100644 --- a/src/plugins/qmlprofiler/qmlprofilertool.h +++ b/src/plugins/qmlprofiler/qmlprofilertool.h @@ -36,7 +36,9 @@ #include <analyzerbase/ianalyzertool.h> #include <analyzerbase/ianalyzerengine.h> +QT_BEGIN_NAMESPACE class QMessageBox; +QT_END_NAMESPACE namespace QmlProfiler { namespace Internal { |