summaryrefslogtreecommitdiffstats
path: root/api/logic/launch/LaunchStep.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/launch/LaunchStep.h')
-rw-r--r--api/logic/launch/LaunchStep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/launch/LaunchStep.h b/api/logic/launch/LaunchStep.h
index ea472c0d..4df4673c 100644
--- a/api/logic/launch/LaunchStep.h
+++ b/api/logic/launch/LaunchStep.h
@@ -42,6 +42,8 @@ signals:
public slots:
virtual void proceed() {};
+ // called in the opposite order than the Task launch(), used to clean up or otherwise undo things after the launch ends
+ virtual void finalize() {};
protected: /* data */
LaunchTask *m_parent;