From 886f9be488970798b2725ad2e9ddf26b5cadee07 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 16 Jan 2021 15:52:48 +0000 Subject: library: add context menu git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9639 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/library/librarymodel.h | 4 +++- 1 file changed, 3 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 f1d604b38..5ba99d936 100644 --- a/src/plugins/General/library/librarymodel.h +++ b/src/plugins/General/library/librarymodel.h @@ -26,6 +26,7 @@ #include #include +class QWidget; class QSqlDatabase; class LibraryTreeItem; class PlayListTrack; @@ -50,7 +51,8 @@ public: int rowCount(const QModelIndex &parent = QModelIndex()) const override; void setFilter(const QString &filter); void refresh(); - + void add(const QModelIndexList &indexes); + void showInformation(const QModelIndexList &indexes, QWidget *parent); private: QList getTracks(const QModelIndex &index) const; -- cgit v1.2.3-13-gbd6f