summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/logic/launch/LaunchStep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/logic/launch/LaunchStep.h b/api/logic/launch/LaunchStep.h
index 0abe456a..1aaf64af 100644
--- a/api/logic/launch/LaunchStep.h
+++ b/api/logic/launch/LaunchStep.h
@@ -31,8 +31,8 @@ public: /* methods */
};
virtual ~LaunchStep() {};
-protected: /* methods */
- virtual void bind(LaunchTask *parent);
+private: /* methods */
+ void bind(LaunchTask *parent);
signals:
void logLines(QStringList lines, MessageLevel::Enum level);
@@ -47,4 +47,4 @@ public slots:
protected: /* data */
LaunchTask *m_parent;
-}; \ No newline at end of file
+};