videocollection/tsrc/stubs/inc/hblistview.h
changeset 44 518105d52e45
parent 39 f6d44a0cd476
child 50 21fe8338c6bf
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
   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     
   284 public:
   304 public:
   285     
   305     
   286     /**
   306     /**
   287      * items to be returned from visibleItems
   307      * items to be returned from visibleItems
   288      */
   308      */