mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Style
This commit is contained in:
@@ -76,7 +76,7 @@ namespace BlackMisc
|
||||
CRegularThread(QObject *parent = nullptr) : QThread(parent) {}
|
||||
|
||||
//! Destructor
|
||||
virtual ~CRegularThread();
|
||||
virtual ~CRegularThread() override;
|
||||
|
||||
protected:
|
||||
//! \copydoc QThread::run
|
||||
|
||||
Reference in New Issue
Block a user