Skip to content

Commit

Permalink
Minor update on doc
Browse files Browse the repository at this point in the history
  • Loading branch information
benlau committed Feb 5, 2016
1 parent a14ce47 commit ce649d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ Makefile*
vendor
build-*
docs/html
build
6 changes: 3 additions & 3 deletions qsjsonlistmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ It will emit signals of insertion, removal and moving automatically.
*/

/*! \fn void JsonListModel::remove(int i , int count = 1);
/*! \qmlmethod void JsonListModel::remove(int i , int count = 1);
Deletes the content at index from the model. You may specific the no. of items to be removed by count argument.
*/

/*! \fn void JsonListModel::move(int from, int to, int n)
/*! \qmlmethod void JsonListModel::move(int from, int to, int n)
Moves n items from one position to another.
*/

/*! \fn void JsonListModel::append(const QVariantMap &value)
/*! \qmlmethod void JsonListModel::append(const QVariantMap &value)
Append an items at the end of list
Expand Down

0 comments on commit ce649d0

Please sign in to comment.