From ee4aa00bbb40f8230bc7a427dd2c90c29f07941a Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Wed, 17 Aug 2011 15:16:54 +0200 Subject: [PATCH] core: compile fix with namespaces Change-Id: Ibbf2711d7d7ce2b0ec56c93bb0ceac3dfa785756 Reviewed-on: http://codereview.qt.nokia.com/3106 Reviewed-by: hjk <qthjk@ovi.com> --- src/plugins/coreplugin/fileutils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/coreplugin/fileutils.h b/src/plugins/coreplugin/fileutils.h index a23b5a8e79b..5050a770762 100644 --- a/src/plugins/coreplugin/fileutils.h +++ b/src/plugins/coreplugin/fileutils.h @@ -35,10 +35,11 @@ #include "coreplugin/core_global.h" +QT_BEGIN_NAMESPACE class QWidget; +QT_END_NAMESPACE namespace Core { - namespace Internal { struct CORE_EXPORT FileUtils -- GitLab