src/hbwidgets/itemviews/hbgridviewitem.cpp
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
child 21 4633027730f5
child 34 ed14f46c0e55
--- a/src/hbwidgets/itemviews/hbgridviewitem.cpp	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbwidgets/itemviews/hbgridviewitem.cpp	Wed Jun 23 18:33:25 2010 +0300
@@ -52,6 +52,11 @@
  implement the state() and setState() functions in the derived class.
  
  See also HbGridView, HbAbstractItemView, HbAbstractViewItem, HbStyleOptionAbstractViewItem
+
+ \primitives
+ \primitive{icon} HbIconItem representing the icon in the HbGridViewItem. 
+ \primitive{text} HbTextItem representing the text in the HbGridViewItem. 
+
  */
 
 /*!
@@ -108,7 +113,7 @@
 
 /*!
  Assigns the \a source grid view item to this grid view item and returns a reference to this item.
- */
+*/
 HbGridViewItem &HbGridViewItem::operator=(const HbGridViewItem &source)
 {
     Q_D(HbGridViewItem);