mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
refactor: Fix some clang-tidy warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user