mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 02:46:59 +03:00
chore: clean up after new compiler warnings
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
7e0e1ec51d
commit
cc41b039e6
25 changed files with 74 additions and 78 deletions
|
|
@ -22,7 +22,7 @@ class BasicTask : public Task {
|
|||
void executeTask() override
|
||||
{
|
||||
emitSucceeded();
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
/* Does nothing. Only used for testing. */
|
||||
|
|
@ -34,7 +34,7 @@ class BasicTask_MultiStep : public Task {
|
|||
private:
|
||||
auto isMultiStep() const -> bool override { return true; }
|
||||
|
||||
void executeTask() override {};
|
||||
void executeTask() override {}
|
||||
};
|
||||
|
||||
class BigConcurrentTask : public ConcurrentTask {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue