iOS: Fix compile with gcc4.9

Change-Id: If53601ce112aeb7d0fd1d7558a1060dc6e7f0562
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Christian Stenger
2018-05-23 09:46:12 +02:00
parent abb7d4cb53
commit 8a45da420a

View File

@@ -84,7 +84,7 @@ public:
QString simUdid;
bool success = false;
qint64 pID = -1;
QString commandOutput = "";
QString commandOutput;
};
public: