mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -26,6 +26,8 @@ namespace BlackGui
|
||||
//! Countries
|
||||
class BLACKGUI_EXPORT CCountryView : public CViewBase<Models::CCountryListModel, BlackMisc::CCountryList, BlackMisc::CCountry>
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
explicit CCountryView(QWidget *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user