forked from qt-creator/qt-creator
Android: Let user specify shell commands
Let user specify list of shell commands to run before app starts and after app quits. Change-Id: I9794fb96180530ca6c28ce6581fda51a25be28d4 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -64,12 +64,11 @@ public:
|
||||
void stop() override;
|
||||
|
||||
signals:
|
||||
void asyncStart(const AndroidRunnable &runnable);
|
||||
void asyncStop(const AndroidRunnable &runnable);
|
||||
void asyncStart();
|
||||
void asyncStop();
|
||||
void remoteDebuggerRunning();
|
||||
void qmlServerReady(const QUrl &serverUrl);
|
||||
|
||||
void adbParametersChanged(const QString &packageName, const QStringList &selector);
|
||||
void androidRunnableChanged(const AndroidRunnable &runnable);
|
||||
void avdDetected();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user