aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
-rw-r--r--src/qmmpui/playlistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h
index 9663ea478..bfd039be9 100644
--- a/src/qmmpui/playlistmodel.h
+++ b/src/qmmpui/playlistmodel.h
@@ -163,7 +163,7 @@ public:
/*!
* Sets the selected state of the item to \b select
* @param row Number of item.
- * @param select Selection state (\b true - select, \b false - unselect)
+ * @param selected Selection state (\b true - select, \b false - unselect)
*/
void setSelected(int row, bool selected = true);
/*!