mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -26,8 +26,9 @@ namespace BlackGui
|
||||
class BLACKGUI_EXPORT CUserListModel :
|
||||
public CListModelBase<BlackMisc::Network::CUser, BlackMisc::Network::CUserList, true>
|
||||
{
|
||||
public:
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! What level of detail
|
||||
enum UserMode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user