src/corelib/kernel/qabstractitemmodel.cpp
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
equal deleted inserted replaced
4:3b1da2848fc7 5:d3bac044e0f0
  1003 /*!
  1003 /*!
  1004     \fn QModelIndex QModelIndex::child(int row, int column) const
  1004     \fn QModelIndex QModelIndex::child(int row, int column) const
  1005 
  1005 
  1006     Returns the child of the model index that is stored in the given \a row and
  1006     Returns the child of the model index that is stored in the given \a row and
  1007     \a column.
  1007     \a column.
       
  1008 
       
  1009     \note This function does not work for an invalid model index which is often
       
  1010     used as the root index.
  1008 
  1011 
  1009     \sa parent(), sibling()
  1012     \sa parent(), sibling()
  1010 */
  1013 */
  1011 
  1014 
  1012 /*!
  1015 /*!