This commit is contained in:
Klaus Basan
2018-08-22 19:25:07 +02:00
parent d010f6f15a
commit 956ffd949d
7 changed files with 12 additions and 13 deletions

View File

@@ -76,7 +76,7 @@ namespace BlackMisc
CRegularThread(QObject *parent = nullptr) : QThread(parent) {}
//! Destructor
virtual ~CRegularThread();
virtual ~CRegularThread() override;
protected:
//! \copydoc QThread::run