aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/boot2qt/qdbstopapplicationstep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/boot2qt/qdbstopapplicationstep.h')
-rw-r--r--src/plugins/boot2qt/qdbstopapplicationstep.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/plugins/boot2qt/qdbstopapplicationstep.h b/src/plugins/boot2qt/qdbstopapplicationstep.h
index a5e3418396..7115cf4c29 100644
--- a/src/plugins/boot2qt/qdbstopapplicationstep.h
+++ b/src/plugins/boot2qt/qdbstopapplicationstep.h
@@ -25,19 +25,15 @@
#pragma once
-#include <remotelinux/abstractremotelinuxdeploystep.h>
+#include <projectexplorer/buildstep.h>
namespace Qdb {
namespace Internal {
-class QdbStopApplicationStep : public RemoteLinux::AbstractRemoteLinuxDeployStep
+class QdbStopApplicationStepFactory final : public ProjectExplorer::BuildStepFactory
{
- Q_OBJECT
public:
- QdbStopApplicationStep(ProjectExplorer::BuildStepList *bsl, Core::Id id);
-
- static Core::Id stepId();
- static QString stepDisplayName();
+ QdbStopApplicationStepFactory();
};
} // namespace Internal