aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/playlistitem.h')
-rw-r--r--src/qmmpui/playlistitem.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qmmpui/playlistitem.h b/src/qmmpui/playlistitem.h
index dd2898f64..5dc67d2df 100644
--- a/src/qmmpui/playlistitem.h
+++ b/src/qmmpui/playlistitem.h
@@ -64,8 +64,7 @@ public:
*/
void setSelected(bool select);
/*!
- * Return \b true if item is selected, otherwise \b false.
- * @param yes State of current (\b true - set flag, \b false - unset flag)
+ * Return \b true if item is selected, otherwise returns \b false.
*/
bool isSelected() const;
/*!
@@ -73,7 +72,7 @@ public:
*/
void setCurrent(bool yes);
/*!
- * Returns \b true if the item is the current item; otherwise returns \b false.
+ * Returns \b true if the item is the current item; otherwise returns returns \b false.
*/
bool isCurrent() const;
/*!