From c593f9fb752f038ff68df6d753085890798e5783 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 16 Jan 2021 16:05:06 +0000 Subject: refactoring git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9640 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/library/librarymodel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/library/librarymodel.h') 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 getTracks(const QModelIndexList &indexes) const; QList getTracks(const QModelIndex &index) const; PlayListTrack *createTrack(const QSqlQuery &query) const; -- cgit v1.2.3-13-gbd6f