hgcacheproxymodel/tsrc/unit/dataproviderhelper.h
changeset 20 a60f8b6b1d32
parent 6 1cdcc61142d2
--- a/hgcacheproxymodel/tsrc/unit/dataproviderhelper.h	Fri Sep 17 15:55:58 2010 +0300
+++ b/hgcacheproxymodel/tsrc/unit/dataproviderhelper.h	Wed Oct 06 14:53:41 2010 +0300
@@ -93,7 +93,8 @@
 //from HgDataProviderModelObserver
 public:
     virtual void dataUpdated(int from, int to);
-
+    virtual bool isCached(int idx) const;
+    
 private slots:
     void slotDataUpdated(QModelIndex,QModelIndex);
     void slotRowsAboutToBeInserted(QModelIndex,int,int);