contentstorage/caclient/inc/caitemmodel_p.h
changeset 98 d2f833ab7940
parent 96 5d243a69bdda
child 106 e78d6e055a5b
--- a/contentstorage/caclient/inc/caitemmodel_p.h	Tue Jun 01 11:30:17 2010 +0300
+++ b/contentstorage/caclient/inc/caitemmodel_p.h	Fri Jun 11 16:13:51 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: