Replace signals with Q_SIGNALS

This commit is contained in:
Jonas Kvinge
2024-08-11 23:23:12 +02:00
parent 9666feca37
commit 358da72ffe
136 changed files with 141 additions and 141 deletions

View File

@@ -104,7 +104,7 @@ class PlaylistView : public QTreeView {
void SetColumnAlignment(const int section, const Qt::Alignment alignment);
void JumpToCurrentlyPlayingTrack();
signals:
Q_SIGNALS:
void PlayItem(const QModelIndex idx, const Playlist::AutoScroll autoscroll);
void PlayPause(const quint64 offset_nanosec = 0, const Playlist::AutoScroll autoscroll = Playlist::AutoScroll::Never);
void RightClicked(const QPoint global_pos, const QModelIndex idx);