aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/detailsdialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-04-29 21:47:16 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-04-29 21:47:16 +0000
commit9f21a5f3c222f392dc5370abda0417d80216ea37 (patch)
treed9e48bfe568da01ace32c143335c7bac8c40052b /src/qmmpui/detailsdialog.h
parent16e04556f68c3b12971ad12953761406ab795aae (diff)
downloadqmmp-9f21a5f3c222f392dc5370abda0417d80216ea37.tar.gz
qmmp-9f21a5f3c222f392dc5370abda0417d80216ea37.tar.bz2
qmmp-9f21a5f3c222f392dc5370abda0417d80216ea37.zip
updated API documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9870 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/detailsdialog.h')
-rw-r--r--src/qmmpui/detailsdialog.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/qmmpui/detailsdialog.h b/src/qmmpui/detailsdialog.h
index 9b380e537..73f3d010c 100644
--- a/src/qmmpui/detailsdialog.h
+++ b/src/qmmpui/detailsdialog.h
@@ -54,10 +54,16 @@ public:
* Destructor.
*/
~DetailsDialog();
-
+ /*!
+ * Returns a list of the modified file paths or track URLs.
+ */
QStringList modifiedPaths() const;
signals:
+ /*!
+ * Emitted when closed dialog has modified file paths or track URLs.
+ * @param paths A list of the modified file paths or track URLs.
+ */
void metaDataChanged(const QStringList &paths);
private slots: