summaryrefslogtreecommitdiffstats
path: root/src/library/banshee/bansheeplaylistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/banshee/bansheeplaylistmodel.h')
-rw-r--r--src/library/banshee/bansheeplaylistmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library/banshee/bansheeplaylistmodel.h b/src/library/banshee/bansheeplaylistmodel.h
index 209a5b4eaf..398e8b7c72 100644
--- a/src/library/banshee/bansheeplaylistmodel.h
+++ b/src/library/banshee/bansheeplaylistmodel.h
@@ -20,6 +20,8 @@ class BansheePlaylistModel : public BaseSqlTableModel {
void setTableModel(int playlistId);
TrackPointer getTrack(const QModelIndex& index) const final;
+ TrackId getTrackId(const QModelIndex& index) const final;
+
QString getTrackLocation(const QModelIndex& index) const final;
bool isColumnInternal(int column) final;