aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/library/librarymodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/library/librarymodel.h')
-rw-r--r--src/plugins/General/library/librarymodel.h4
1 files changed, 3 insertions, 1 deletions
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 <QUrl>
#include <QAbstractItemModel>
+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<PlayListTrack *> getTracks(const QModelIndex &index) const;