mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 05:51:23 +08:00
refactor: Fix clang-tidy modernize-use-override
This commit is contained in:
@@ -30,7 +30,7 @@ namespace swift::misc::network
|
||||
using CSequence::CSequence;
|
||||
|
||||
//! Default constructor.
|
||||
CRoleList();
|
||||
CRoleList() = default;
|
||||
|
||||
//! Has role?
|
||||
bool hasRole(const QString &roleName) const;
|
||||
|
||||
Reference in New Issue
Block a user