diff options
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 834d38f1f..c26572fe4 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -275,6 +275,11 @@ signals: * Emitted when first item has added. */ void firstAdded(); + /*! + * Emitted when playlist name has chanded. + * @param name New playlist name. + */ + void nameChanged(const QString& name); public slots: /*! |
