mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -20,6 +20,8 @@ namespace BlackGui
|
||||
//! Combo box widget for ecosystems
|
||||
class CEcosystemComboBox : public QComboBox
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
CEcosystemComboBox(QWidget *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user