aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/detailsdialog.h
diff options
context:
space:
mode:
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: