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
|
@ -32,7 +32,7 @@ class DummyResourceAPI : public ResourceAPI {
|
|||
}
|
||||
|
||||
DummyResourceAPI() : ResourceAPI() {}
|
||||
[[nodiscard]] auto getSortingMethods() const -> QList<SortingMethod> override { return {}; };
|
||||
[[nodiscard]] auto getSortingMethods() const -> QList<SortingMethod> override { return {}; }
|
||||
|
||||
[[nodiscard]] Task::Ptr searchProjects(SearchArgs&&, SearchCallbacks&& callbacks) const override
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue