iOS: Fix build with namespaced Qt

Change-Id: I09f07ed853e0c9fba8b856d1851b5994f4318945
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2016-10-17 18:22:54 +02:00
committed by Christian Stenger
parent 401b58f791
commit bd07b29b7b

View File

@@ -28,7 +28,9 @@
#include <QHash>
#include "utils/fileutils.h"
QT_BEGIN_NAMESPACE
class QProcess;
QT_END_NAMESPACE
namespace Ios {
namespace Internal {