aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris/tracklistobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/mpris/tracklistobject.h')
-rw-r--r--src/plugins/General/mpris/tracklistobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/General/mpris/tracklistobject.h b/src/plugins/General/mpris/tracklistobject.h
index 0004f25b9..eec9eda3c 100644
--- a/src/plugins/General/mpris/tracklistobject.h
+++ b/src/plugins/General/mpris/tracklistobject.h
@@ -54,6 +54,8 @@ signals:
void TrackListChange(int in0);
private slots:
+ void disconnectPl();
+ void checkNewItem();
void updateTrackList();
void switchPlayList(PlayListModel *cur, PlayListModel *prev);
@@ -61,6 +63,7 @@ private:
PlayListModel *m_model;
PlayListManager *m_pl_manager;
MediaPlayer *m_player;
+ int m_prev_count;
};