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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/boot2qt/qdbstopapplicationstep.h b/src/plugins/boot2qt/qdbstopapplicationstep.h
index dcb4e06276..2d1fcf69c9 100644
--- a/src/plugins/boot2qt/qdbstopapplicationstep.h
+++ b/src/plugins/boot2qt/qdbstopapplicationstep.h
@@ -30,23 +30,14 @@
namespace Qdb {
namespace Internal {
-class QdbStopApplicationStepPrivate;
-
class QdbStopApplicationStep : public RemoteLinux::AbstractRemoteLinuxDeployStep
{
Q_OBJECT
public:
explicit QdbStopApplicationStep(ProjectExplorer::BuildStepList *bsl);
- ~QdbStopApplicationStep() final;
static Core::Id stepId();
static QString stepDisplayName();
-
-protected:
- RemoteLinux::AbstractRemoteLinuxDeployService *deployService() const final;
-
-private:
- QdbStopApplicationStepPrivate *d;
};
} // namespace Internal