diff options
Diffstat (limited to 'src/plugins/General/mpris/mpris2/player2object.h')
| -rw-r--r-- | src/plugins/General/mpris/mpris2/player2object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/mpris/mpris2/player2object.h b/src/plugins/General/mpris/mpris2/player2object.h index 2e1696fee..19c7d24e0 100644 --- a/src/plugins/General/mpris/mpris2/player2object.h +++ b/src/plugins/General/mpris/mpris2/player2object.h @@ -97,7 +97,7 @@ private slots: void updateId(); void checkState(Qmmp::State state); void checkSeeking(qint64 elapsed); - void playItem(PlayListTrack *item); + void playTrack(PlayListTrack *item); void disconnectPl(); void setModel(PlayListModel *selected, PlayListModel *previous); |
