Replace signals with Q_SIGNALS
This commit is contained in:
@@ -46,7 +46,7 @@ class PlaylistListView : public AutoExpandingTreeView {
|
||||
|
||||
bool ItemsSelected() const;
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void ItemsSelectedChanged(const bool);
|
||||
void ItemMimeDataDroppedSignal(const QModelIndex &proxy_idx, const QMimeData *q_mimedata);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user