aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customexecutablerunconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/customexecutablerunconfiguration.h')
-rw-r--r--src/plugins/projectexplorer/customexecutablerunconfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/customexecutablerunconfiguration.h b/src/plugins/projectexplorer/customexecutablerunconfiguration.h
index 4d3bd49eeb..090058305b 100644
--- a/src/plugins/projectexplorer/customexecutablerunconfiguration.h
+++ b/src/plugins/projectexplorer/customexecutablerunconfiguration.h
@@ -34,7 +34,7 @@ class PROJECTEXPLORER_EXPORT CustomExecutableRunConfiguration : public RunConfig
Q_OBJECT
public:
- CustomExecutableRunConfiguration(Target *target, Core::Id id);
+ CustomExecutableRunConfiguration(Target *target, Utils::Id id);
explicit CustomExecutableRunConfiguration(Target *target);
QString defaultDisplayName() const;