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
|
@ -22,7 +22,7 @@ class ResourcePack : public DataPack {
|
|||
ResourcePack(QFileInfo file_info) : DataPack(file_info) {}
|
||||
|
||||
/** Gets, respectively, the lower and upper versions supported by the set pack format. */
|
||||
[[nodiscard]] std::pair<Version, Version> compatibleVersions() const override;
|
||||
std::pair<Version, Version> compatibleVersions() const override;
|
||||
|
||||
QString directory() override { return "/assets"; }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue