forked from qt-creator/qt-creator
Android: Fix compile for gcc5.3
Change-Id: Ic061a4bc55e1924b82cc2ac1fd5c483654de90eb Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
~AndroidRunnerWorker() override;
|
||||
bool adbShellAmNeedsQuotes();
|
||||
bool runAdb(const QStringList &args, int timeoutS = 10, const QByteArray &writeData = {});
|
||||
bool uploadFile(const QString &from, const QString &to, const QString &flags = "+x");
|
||||
bool uploadFile(const QString &from, const QString &to, const QString &flags = QString("+x"));
|
||||
void adbKill(qint64 pid);
|
||||
QStringList selector() const;
|
||||
void forceStop();
|
||||
|
Reference in New Issue
Block a user