increment clang-tools version
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
5928bc30e1
commit
147741e616
66 changed files with 93 additions and 99 deletions
|
@ -25,7 +25,7 @@ class LaunchStep : public Task {
|
|||
Q_OBJECT
|
||||
public: /* methods */
|
||||
explicit LaunchStep(LaunchTask* parent) : Task(nullptr), m_parent(parent) { bind(parent); };
|
||||
virtual ~LaunchStep(){};
|
||||
virtual ~LaunchStep() {};
|
||||
|
||||
private: /* methods */
|
||||
void bind(LaunchTask* parent);
|
||||
|
@ -37,9 +37,9 @@ class LaunchStep : public Task {
|
|||
void progressReportingRequest();
|
||||
|
||||
public slots:
|
||||
virtual void proceed(){};
|
||||
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(){};
|
||||
virtual void finalize() {};
|
||||
|
||||
protected: /* data */
|
||||
LaunchTask* m_parent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue