forked from qt-creator/qt-creator
Ios: use ArgumentsAspect in IosRunConfiguration
Change-Id: I9f2f0eacf5fca155912eb4417d2ac89afcf64901 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
Utils::OutputFormatter *createOutputFormatter() const override;
|
||||
IosDeployStep *deployStep() const;
|
||||
|
||||
QStringList commandLineArguments();
|
||||
QString commandLineArguments() const;
|
||||
Utils::FileName profilePath() const;
|
||||
QString applicationName() const;
|
||||
Utils::FileName bundleDirectory() const;
|
||||
@@ -88,7 +88,6 @@ private:
|
||||
void updateDisplayNames();
|
||||
|
||||
Utils::FileName m_profilePath;
|
||||
QStringList m_arguments;
|
||||
QString m_lastDisabledReason;
|
||||
bool m_lastIsEnabled;
|
||||
bool m_parseInProgress;
|
||||
|
||||
Reference in New Issue
Block a user