forked from qt-creator/qt-creator
RunControl: Make icon(path) a value member
Change-Id: I7f7099d03a25a14d8df02273cca928e9f1fbfe1d Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -51,7 +51,6 @@ public:
|
||||
StopResult stop() QTC_OVERRIDE;
|
||||
bool isRunning() const QTC_OVERRIDE;
|
||||
QString displayName() const QTC_OVERRIDE;
|
||||
QIcon icon() const QTC_OVERRIDE;
|
||||
|
||||
private slots:
|
||||
void handleRemoteProcessFinished(bool cleanEnd);
|
||||
|
||||
Reference in New Issue
Block a user