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:
@@ -26,6 +26,8 @@ namespace BlackGui
|
||||
//! Application info list model
|
||||
class BLACKGUI_EXPORT CApplicationInfoListModel : public CListModelBase<BlackMisc::CApplicationInfo, BlackMisc::CApplicationInfoList, true>
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
explicit CApplicationInfoListModel(QObject *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user