aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/runconfigurationaspects.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-04-25 13:08:18 +0200
committerhjk <hjk@qt.io>2018-04-25 13:57:30 +0000
commitd2a44be0ff5f49518f692fed384a0a5751b32420 (patch)
tree3eba4daee0ccbe54a1bfe22241084220356c2f95 /src/plugins/projectexplorer/runconfigurationaspects.h
parentb252043d44371ccc624fe062b2da93012e86c4f0 (diff)
RemoteLinux: Fix custom runconfig executable path chooser
Change-Id: I9725151eb8496c9af58b9ae9f22de3aa2fd11165 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/runconfigurationaspects.h')
-rw-r--r--src/plugins/projectexplorer/runconfigurationaspects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/runconfigurationaspects.h b/src/plugins/projectexplorer/runconfigurationaspects.h
index 983773da8a..9f34b5c0d1 100644
--- a/src/plugins/projectexplorer/runconfigurationaspects.h
+++ b/src/plugins/projectexplorer/runconfigurationaspects.h
@@ -242,6 +242,7 @@ public:
void setHistoryCompleter(const QString &historyCompleterKey);
void setExpectedKind(const Utils::PathChooser::Kind expectedKind);
void setEnvironment(const Utils::Environment &env);
+ void setDisplayStyle(BaseStringAspect::DisplayStyle style);
protected:
void fromMap(const QVariantMap &map) override;