summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxdeployconfigurationfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxdeployconfigurationfactory.cpp')
-rw-r--r--src/plugins/remotelinux/remotelinuxdeployconfigurationfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxdeployconfigurationfactory.cpp b/src/plugins/remotelinux/remotelinuxdeployconfigurationfactory.cpp
index 7e8a54a773..ee917462af 100644
--- a/src/plugins/remotelinux/remotelinuxdeployconfigurationfactory.cpp
+++ b/src/plugins/remotelinux/remotelinuxdeployconfigurationfactory.cpp
@@ -68,7 +68,7 @@ QList<Core::Id> RemoteLinuxDeployConfigurationFactory::availableCreationIds(Targ
if (!tc || tc->targetAbi().os() != ProjectExplorer::Abi::LinuxOS)
return ids;
const Core::Id devType = ProjectExplorer::DeviceTypeProfileInformation::deviceTypeId(parent->profile());
- if (devType == Core::Id(Constants::GenericLinuxOsType))
+ if (devType == Constants::GenericLinuxOsType)
ids << genericDeployConfigurationId();
return ids;
}