fix: fix more warnings
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
ef6f9487f4
commit
ea43d0f687
8 changed files with 17 additions and 17 deletions
|
@ -19,7 +19,7 @@ class BasicTask : public Task {
|
|||
BasicTask(bool show_debug_log = true) : Task(nullptr, show_debug_log) {}
|
||||
|
||||
private:
|
||||
void executeTask() override { emitSucceeded(); };
|
||||
void executeTask() override { emitSucceeded(); }
|
||||
};
|
||||
|
||||
/* Does nothing. Only used for testing. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue