refactor: Fix some clang-tidy warnings

This commit is contained in:
Lars Toenning
2024-11-15 20:50:49 +01:00
parent efc39a564b
commit 64b765529e
23 changed files with 56 additions and 81 deletions

View File

@@ -29,7 +29,7 @@ namespace swift::misc
};
//! Default constructor.
CCrashInfo();
CCrashInfo() = default;
//! Get user name
const QString &getUserName() const { return m_userName; }
@@ -104,4 +104,4 @@ namespace swift::misc
Q_DECLARE_METATYPE(swift::misc::CCrashInfo)
#endif // guard
#endif // SWIFT_MISC_CRASHINFO_H