forked from qt-creator/qt-creator
iOS: Fix compile with gcc4.9
Change-Id: If53601ce112aeb7d0fd1d7558a1060dc6e7f0562 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
QString simUdid;
|
||||
bool success = false;
|
||||
qint64 pID = -1;
|
||||
QString commandOutput = "";
|
||||
QString commandOutput;
|
||||
};
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user