videocollection/tsrc/stubs/inc/hblistview.h
changeset 52 e3cecb93e76a
parent 28 c48470be1ba7
child 59 a76e86df7ccd
--- a/videocollection/tsrc/stubs/inc/hblistview.h	Tue Jul 06 14:17:50 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hblistview.h	Wed Aug 18 09:50:14 2010 +0300
@@ -281,6 +281,34 @@
         Q_UNUSED(name);
     }
     
+    /**
+     * dummy method
+     */
+    void rowsInserted(const QModelIndex &parent, int start, int end)
+    {
+        Q_UNUSED(parent);
+        Q_UNUSED(start);
+        Q_UNUSED(end);
+    }
+
+    /**
+     * dummy method
+     */
+    void rowsRemoved(const QModelIndex &parent, int start, int end)
+    {
+        Q_UNUSED(parent);
+        Q_UNUSED(start);
+        Q_UNUSED(end);
+    }
+    
+    /**
+     * Dummy method
+     */
+    void setItemPixmapCacheEnabled(bool enabled)
+    {
+        Q_UNUSED(enabled);    
+    }
+    
 public:
     
     /**