From 457e59e733055f9c5e9c468033cdb7310ea503e1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 1 Aug 2015 12:27:37 +0000 Subject: fixed api documetation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5300 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 2 +- src/qmmpui/qmmpuisettings.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'src') diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 7e86a904f..549339b2e 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -323,7 +323,7 @@ public: signals: /*! * Emitted when the state of PlayListModel has changed. - * @param Playlist updated flags. See \b UpdateFlags enum for details. + * @param flags Playlist updated flags. See \b UpdateFlags enum for details. */ void listChanged(int flags); /*! diff --git a/src/qmmpui/qmmpuisettings.h b/src/qmmpui/qmmpuisettings.h index 35d4276de..9fee657c6 100644 --- a/src/qmmpui/qmmpuisettings.h +++ b/src/qmmpui/qmmpuisettings.h @@ -92,11 +92,6 @@ public: * @param enabled Option state (\b true - enabled, \b false - disabled) */ void setConvertTwenty(bool enabled); - /*! - * Sets short title template. - * @param titleFormat title template. \sa MetaDataFormatter - */ - //void setTitleFormat(const QString &titleFormat); /*! * Sets group format. * \param groupFormat group format. \sa MetaDataFormatter -- cgit v1.2.3-13-gbd6f