mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -72,6 +72,8 @@ namespace BlackMisc
|
||||
*/
|
||||
class BLACKMISC_EXPORT CRegularThread : public QThread
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
CRegularThread(QObject *parent = nullptr) : QThread(parent) {}
|
||||
|
||||
Reference in New Issue
Block a user