mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:28:15 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -27,6 +27,8 @@ namespace BlackGui
|
||||
class BLACKGUI_EXPORT CCloudLayerListModel :
|
||||
public CListModelBase<BlackMisc::Weather::CCloudLayer, BlackMisc::Weather::CCloudLayerList, false>
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
explicit CCloudLayerListModel(QObject *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user