mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -28,6 +28,8 @@ namespace BlackGui
|
||||
//! Client list model
|
||||
class BLACKGUI_EXPORT CClientListModel : public CListModelBase<BlackMisc::Network::CClient, BlackMisc::Network::CClientList>
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
explicit CClientListModel(QObject *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user