mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -32,6 +32,8 @@ namespace BlackGui
|
||||
class BLACKGUI_EXPORT CCountryListModel :
|
||||
public CListModelDbObjects<BlackMisc::CCountry, BlackMisc::CCountryList, QString, true>
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
explicit CCountryListModel(QObject *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user