Replace signals with Q_SIGNALS
This commit is contained in:
@@ -41,7 +41,7 @@ class DeviceStateFilterModel : public QSortFilterProxyModel {
|
||||
|
||||
void setSourceModel(QAbstractItemModel *sourceModel) override;
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void IsEmptyChanged(const bool is_empty);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user