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

@@ -35,6 +35,8 @@ namespace BlackGui
class BLACKGUI_EXPORT CLiveryView :
public CViewWithDbObjects<Models::CLiveryListModel, BlackMisc::Aviation::CLiveryList, BlackMisc::Aviation::CLivery, int>
{
Q_OBJECT
public:
//! Constructor
explicit CLiveryView(QWidget *parent = nullptr);