From e1c88116b397ecac2ef0f0678a419790a3e40402 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 26 Jun 2020 13:59:38 +0200 Subject: Core/Utils: Migrate further to Utils::Id The coreplugin/id.h header is kept for downstream for now. Change-Id: I8c44590f7b988b3770ecdc177c40783e12353e66 (cherry picked from commit 430a33dcd9ac80ddb848e41f8f059102857c88aa) Reviewed-by: Eike Ziller --- src/plugins/remotelinux/remotelinuxplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/remotelinux/remotelinuxplugin.cpp') diff --git a/src/plugins/remotelinux/remotelinuxplugin.cpp b/src/plugins/remotelinux/remotelinuxplugin.cpp index cc0ebf34065..d8ce5cdd116 100644 --- a/src/plugins/remotelinux/remotelinuxplugin.cpp +++ b/src/plugins/remotelinux/remotelinuxplugin.cpp @@ -82,7 +82,7 @@ public: GenericDeployStepFactory remoteLinuxKillAppStepFactory; GenericDeployStepFactory makeInstallStepFactory; - const QList supportedRunConfigs { + const QList supportedRunConfigs { runConfigurationFactory.runConfigurationId(), customRunConfigurationFactory.runConfigurationId(), "QmlProjectManager.QmlRunConfiguration" -- cgit v1.2.3