videocollection/tsrc/stubs/inc/hblistview.h
changeset 39 f6d44a0cd476
parent 36 8aed59de29f9
child 44 518105d52e45
equal deleted inserted replaced
38:ff53afa8ad05 39:f6d44a0cd476
   273     HbAbstractViewItem* itemAtPosition(const QPointF &position)
   273     HbAbstractViewItem* itemAtPosition(const QPointF &position)
   274     {
   274     {
   275         Q_UNUSED(position);
   275         Q_UNUSED(position);
   276         return mItem;
   276         return mItem;
   277     }
   277     }
       
   278     
       
   279     void setObjectName(const QString name)
       
   280     {
       
   281         Q_UNUSED(name);
       
   282     }
       
   283     
   278 public:
   284 public:
   279     
   285     
   280     /**
   286     /**
   281      * items to be returned from visibleItems
   287      * items to be returned from visibleItems
   282      */
   288      */