Fixed clazy warnings: missing Q_OBJECT.

This commit is contained in:
Mat Sutcliffe
2018-12-17 16:42:05 +00:00
parent 333ea1b8df
commit e40af8132c
79 changed files with 156 additions and 6 deletions

View File

@@ -34,6 +34,8 @@ namespace BlackCore
//! as data files via http, or file system and parsing (such as FSX models)
class BLACKCORE_EXPORT CThreadedReader : public BlackMisc::CContinuousWorker
{
Q_OBJECT
public:
//! Log categories
static const BlackMisc::CLogCategoryList &getLogCategories();