mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -34,6 +34,8 @@ namespace BlackGui
|
||||
class BLACKGUI_EXPORT CLiveryListModel :
|
||||
public CListModelDbObjects<BlackMisc::Aviation::CLivery, BlackMisc::Aviation::CLiveryList, int, true>
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
explicit CLiveryListModel(QObject *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user