Android: Fix compile for gcc5.3

Change-Id: Ic061a4bc55e1924b82cc2ac1fd5c483654de90eb
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Christian Stenger
2018-10-05 08:00:46 +02:00
parent 50d1790886
commit 3c965f3cb5

View File

@@ -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();