Replace signals with Q_SIGNALS
This commit is contained in:
@@ -47,7 +47,7 @@ class GroupByDialog : public QDialog {
|
||||
void CollectionGroupingChanged(const CollectionModel::Grouping g, const bool separate_albums_by_grouping);
|
||||
void accept() override;
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void Accepted(const CollectionModel::Grouping g, const bool separate_albums_by_grouping);
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user