src/hbwidgets/itemviews/hbtreeview.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 34 ed14f46c0e55
--- a/src/hbwidgets/itemviews/hbtreeview.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbwidgets/itemviews/hbtreeview.h	Fri May 14 16:09:54 2010 +0300
@@ -55,11 +55,6 @@
 
     virtual void scrollTo(const QModelIndex &index, ScrollHint hint = EnsureVisible);
 
-    virtual int indexCount() const;
-    virtual int indexPosition(const QModelIndex &index) const;
-    virtual QModelIndex nextIndex(const QModelIndex &index) const;
-    virtual QModelIndex previousIndex(const QModelIndex &index) const;
-
     void setExpanded(const QModelIndex &index, bool expanded);
     bool isExpanded(const QModelIndex &index) const;