From 4f5f49288327ef9d68ca5004254950abbb04ff72 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 27 Oct 2021 19:07:36 +0000 Subject: history: added feature to show track details git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10379 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/detailsdialog.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/qmmpui/detailsdialog.h') diff --git a/src/qmmpui/detailsdialog.h b/src/qmmpui/detailsdialog.h index 73f3d010c..fae3f151b 100644 --- a/src/qmmpui/detailsdialog.h +++ b/src/qmmpui/detailsdialog.h @@ -50,6 +50,12 @@ public: * @param parent Parent widget. */ explicit DetailsDialog(const QList &tracks, QWidget *parent = nullptr); + /*! + * Constructor. + * @param track a track which should be used. + * @param parent Parent widget. + */ + explicit DetailsDialog(PlayListTrack *track, QWidget *parent = nullptr); /*! * Destructor. */ -- cgit v1.2.3-13-gbd6f