videocollection/tsrc/stubs/inc/hblistview.h
changeset 44 518105d52e45
parent 39 f6d44a0cd476
child 50 21fe8338c6bf
--- a/videocollection/tsrc/stubs/inc/hblistview.h	Fri Jul 02 17:14:33 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hblistview.h	Thu Jul 08 13:05:19 2010 +0300
@@ -281,6 +281,26 @@
         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);
+    }
+    
 public:
     
     /**