forked from qt-creator/qt-creator
ios: s/Q_DECL_OVERRIDE/override/g
Change-Id: I34749159abb7c48172a093037a4de800fabcecd2 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -47,10 +47,10 @@ public:
|
||||
~IosRunControl();
|
||||
|
||||
|
||||
void start() Q_DECL_OVERRIDE;
|
||||
StopResult stop() Q_DECL_OVERRIDE;
|
||||
bool isRunning() const Q_DECL_OVERRIDE;
|
||||
QString displayName() const Q_DECL_OVERRIDE;
|
||||
void start() override;
|
||||
StopResult stop() override;
|
||||
bool isRunning() const override;
|
||||
QString displayName() const override;
|
||||
|
||||
private slots:
|
||||
void handleRemoteProcessFinished(bool cleanEnd);
|
||||
|
||||
Reference in New Issue
Block a user