mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user