refactor: Fix clang-tidy warnings

This commit is contained in:
Lars Toenning
2024-12-01 11:04:25 +01:00
parent 7bc99ff6f2
commit a43b5ddc2b
38 changed files with 184 additions and 207 deletions

View File

@@ -40,7 +40,7 @@ namespace swift::misc
};
//! Constructor
CCountry() {}
CCountry() = default;
//! Constructor
CCountry(const QString &iso, const QString &name);