mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
refactor: Fix clang-tidy warnings
This commit is contained in:
@@ -40,7 +40,7 @@ namespace swift::misc
|
||||
};
|
||||
|
||||
//! Constructor
|
||||
CCountry() {}
|
||||
CCountry() = default;
|
||||
|
||||
//! Constructor
|
||||
CCountry(const QString &iso, const QString &name);
|
||||
|
||||
Reference in New Issue
Block a user