diff options
Diffstat (limited to 'src/qmmpui/detailsdialog.h')
| -rw-r--r-- | src/qmmpui/detailsdialog.h | 8 |
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: |
