mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
fix up a bunch of clang-tidy stuff
mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
SettingsManager(const std::string &filename);
|
||||
|
||||
void Close();
|
||||
bool IsValid() const;
|
||||
[[nodiscard]] bool IsValid() const;
|
||||
Settings &GetSettings();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user