summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-09-03 11:42:35 +0200
committerhjk <hjk121@nokiamail.com>2013-09-03 11:57:23 +0200
commitd18b61b85d6f0c6228346d1356984233ac4a38db (patch)
treeca56c20b1a34dcb47df5c96691234601dcf1af14 /src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp
parent480d014b44e60d071ce3573ac2e418c158187c4d (diff)
downloadqt-creator-d18b61b85d6f0c6228346d1356984233ac4a38db.tar.gz
Core::Id: Remove some explicit casts to Core::Id
Change-Id: Ibe505c8331f7d1280fdb8784a00321742f5d94cb Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp')
-rw-r--r--src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp b/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp
index f0e288caf4..50eb359a38 100644
--- a/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp
+++ b/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp
@@ -184,7 +184,7 @@ RemoteLinuxCustomCommandDeployService *GenericRemoteLinuxCustomCommandDeployment
Core::Id GenericRemoteLinuxCustomCommandDeploymentStep::stepId()
{
- return Core::Id("RemoteLinux.GenericRemoteLinuxCustomCommandDeploymentStep");
+ return "RemoteLinux.GenericRemoteLinuxCustomCommandDeploymentStep";
}
QString GenericRemoteLinuxCustomCommandDeploymentStep::stepDisplayName()