From bd07b29b7b820ac2114bef18447e62408c0db10c Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 17 Oct 2016 18:22:54 +0200 Subject: [PATCH] iOS: Fix build with namespaced Qt Change-Id: I09f07ed853e0c9fba8b856d1851b5994f4318945 Reviewed-by: Christian Stenger --- src/plugins/ios/simulatorcontrol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/ios/simulatorcontrol.h b/src/plugins/ios/simulatorcontrol.h index a1bd729b79f..1a674d644eb 100644 --- a/src/plugins/ios/simulatorcontrol.h +++ b/src/plugins/ios/simulatorcontrol.h @@ -28,7 +28,9 @@ #include #include "utils/fileutils.h" +QT_BEGIN_NAMESPACE class QProcess; +QT_END_NAMESPACE namespace Ios { namespace Internal {