ProjectExplorer/Android: Some more use of Utils::CommandLine

And surrounding cosmetics.

Change-Id: Iad3d2d43856b1fcd9530d4a209fff9887e6cec42
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-05-29 18:11:38 +02:00
parent bc82e3cc74
commit a7345b67c1
4 changed files with 35 additions and 37 deletions

View File

@@ -45,6 +45,8 @@ public:
void addArgs(const QStringList &inArgs);
void addArgs(const QString &inArgs);
QString toUserOutput() const;
FilePath executable() const { return m_executable; }
QString arguments() const { return m_arguments; }