Replace signals with Q_SIGNALS
This commit is contained in:
@@ -80,7 +80,7 @@ class Queue : public QAbstractProxyModel {
|
||||
public slots:
|
||||
void UpdateSummaryText();
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void TotalLengthChanged(const quint64 length);
|
||||
void ItemCountChanged(const int count);
|
||||
void SummaryTextChanged(const QString &message);
|
||||
|
||||
Reference in New Issue
Block a user