mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-12 12:45:40 +08:00
refactor: Fix clang-tidy modernize-use-override
This commit is contained in:
@@ -46,7 +46,7 @@ namespace SwiftFsdTest
|
||||
explicit CTestFSDClient(QObject *parent = nullptr) : QObject(parent) {}
|
||||
|
||||
//! Destructor
|
||||
virtual ~CTestFSDClient() {}
|
||||
~CTestFSDClient() override = default;
|
||||
|
||||
private slots:
|
||||
void initTestCase();
|
||||
|
||||
Reference in New Issue
Block a user