From e2b36787821ae326ce27c94a997f97fac7ca46e5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 29 Mar 2013 07:49:45 +0000 Subject: fixed api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3373 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/qmmpui') diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 37581a21a..fd3a9b8a4 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -69,9 +69,9 @@ struct SimpleSelection { return m_bottom - m_top + 1; } - int m_bottom; /*!< */ - int m_top; /*!< */ - int m_anchor; /*!< */ + int m_bottom; /*!< Bottom of the selection */ + int m_top; /*!< Top of the selection */ + int m_anchor; /*!< Main index of the selection */ QList m_selected_indexes; /*!< Selected items numbers */ }; /*! @internal @@ -145,7 +145,7 @@ public: /*! * Sets current index. * Returns \b false if item with this index doesn't exist, otherwise returns \b true - * @param row Number of item. + * @param index Number of item. */ bool setCurrent (int index); /*! -- cgit v1.2.3-13-gbd6f