mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 10:29:59 +03:00
Reduce usage of [[nodiscard]] attributes
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
9559204c8f
commit
29d73a474f
64 changed files with 323 additions and 326 deletions
|
|
@ -40,7 +40,7 @@ class DummyResourceModel : public ResourceModel {
|
|||
DummyResourceModel() : ResourceModel(new DummyResourceAPI) {}
|
||||
~DummyResourceModel() {}
|
||||
|
||||
[[nodiscard]] auto metaEntryBase() const -> QString override { return ""; }
|
||||
auto metaEntryBase() const -> QString override { return ""; }
|
||||
|
||||
ResourceAPI::SearchArgs createSearchArguments() override { return {}; }
|
||||
ResourceAPI::VersionSearchArgs createVersionsArguments(const QModelIndex&) override { return {}; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue