contentstorage/caclient/inc/caitemmodel_p.h
changeset 103 b99b84bcd2d1
parent 83 156f692b1687
child 109 e0aa398e6810
--- a/contentstorage/caclient/inc/caitemmodel_p.h	Fri Jun 11 13:58:37 2010 +0300
+++ b/contentstorage/caclient/inc/caitemmodel_p.h	Wed Jun 23 18:33:40 2010 +0300
@@ -73,7 +73,7 @@
 
     // Function declarations
     void updateParentEntry();
-    void updateItemData(int id);
+    void updateItemData(const QSharedPointer<CaEntry> &entry);
     void addItem(int id);
     void addItemBlock(const QList<int> &itemsList);
     void handleAddItems(const QList<int> &itemsList);
@@ -89,7 +89,7 @@
 private slots:
 
     // Function declarations
-    void updateModelItem(int id, ChangeType changeType);
+    void updateModelItem(const CaEntry &entry, ChangeType changeType);
     void updateModelContent(int id);
 
 private: