Fix playlist shortcuts

This commit is contained in:
Jonas Kvinge
2019-07-26 22:46:04 +02:00
parent 2a541a7b9c
commit 0a71347e9a
2 changed files with 11 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ class MainWindow : public QMainWindow, public PlatformInterface {
void Activate();
bool LoadUrl(const QString& url);
signals:
signals:
void AlbumCoverReady(const Song &song, const QUrl &cover_url, const QImage &image);
void SearchCoverInProgress();
// Signals that stop playing after track was toggled.
@@ -146,6 +146,7 @@ signals:
void TrackSkipped(PlaylistItemPtr item);
void ForceShowOSD(const Song& song, const bool toggle);
void PlaylistMenuHidden();
void PlaylistRightClick(const QPoint& global_pos, const QModelIndex& index);
void PlaylistCurrentChanged(const QModelIndex& current);
void PlaylistViewSelectionModelChanged();