videocollection/tsrc/stubs/inc/hblistview.h
changeset 52 e3cecb93e76a
parent 28 c48470be1ba7
child 59 a76e86df7ccd
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
   279     void setObjectName(const QString name)
   279     void setObjectName(const QString name)
   280     {
   280     {
   281         Q_UNUSED(name);
   281         Q_UNUSED(name);
   282     }
   282     }
   283     
   283     
       
   284     /**
       
   285      * dummy method
       
   286      */
       
   287     void rowsInserted(const QModelIndex &parent, int start, int end)
       
   288     {
       
   289         Q_UNUSED(parent);
       
   290         Q_UNUSED(start);
       
   291         Q_UNUSED(end);
       
   292     }
       
   293 
       
   294     /**
       
   295      * dummy method
       
   296      */
       
   297     void rowsRemoved(const QModelIndex &parent, int start, int end)
       
   298     {
       
   299         Q_UNUSED(parent);
       
   300         Q_UNUSED(start);
       
   301         Q_UNUSED(end);
       
   302     }
       
   303     
       
   304     /**
       
   305      * Dummy method
       
   306      */
       
   307     void setItemPixmapCacheEnabled(bool enabled)
       
   308     {
       
   309         Q_UNUSED(enabled);    
       
   310     }
       
   311     
   284 public:
   312 public:
   285     
   313     
   286     /**
   314     /**
   287      * items to be returned from visibleItems
   315      * items to be returned from visibleItems
   288      */
   316      */