aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/detailsdialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-10-27 19:07:36 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-10-27 19:07:36 +0000
commit4f5f49288327ef9d68ca5004254950abbb04ff72 (patch)
tree5aa8ce23f530694757f50a5a8761b96e6c3fd5bd /src/qmmpui/detailsdialog.h
parent2fa8b6812f2e4c405c63cf59893363b825b6edd6 (diff)
downloadqmmp-4f5f49288327ef9d68ca5004254950abbb04ff72.tar.gz
qmmp-4f5f49288327ef9d68ca5004254950abbb04ff72.tar.bz2
qmmp-4f5f49288327ef9d68ca5004254950abbb04ff72.zip
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
Diffstat (limited to 'src/qmmpui/detailsdialog.h')
-rw-r--r--src/qmmpui/detailsdialog.h6
1 files changed, 6 insertions, 0 deletions
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
@@ -51,6 +51,12 @@ public:
*/
explicit DetailsDialog(const QList<PlayListTrack *> &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.
*/
~DetailsDialog();