diff options
Diffstat (limited to 'src/plugins/General/library/librarymodel.h')
| -rw-r--r-- | src/plugins/General/library/librarymodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/library/librarymodel.h b/src/plugins/General/library/librarymodel.h index 5ba99d936..885b1af15 100644 --- a/src/plugins/General/library/librarymodel.h +++ b/src/plugins/General/library/librarymodel.h @@ -52,9 +52,10 @@ public: void setFilter(const QString &filter); void refresh(); void add(const QModelIndexList &indexes); - void showInformation(const QModelIndexList &indexes, QWidget *parent); + void showInformation(const QModelIndexList &indexes, QWidget *parent = nullptr); private: + QList<PlayListTrack *> getTracks(const QModelIndexList &indexes) const; QList<PlayListTrack *> getTracks(const QModelIndex &index) const; PlayListTrack *createTrack(const QSqlQuery &query) const; |
