hgcacheproxymodel/tsrc/unit/dataproviderhelper.cpp
changeset 3 c863538fcbb6
parent 1 e48454f237ca
child 6 1cdcc61142d2
--- a/hgcacheproxymodel/tsrc/unit/dataproviderhelper.cpp	Fri May 14 16:57:01 2010 +0300
+++ b/hgcacheproxymodel/tsrc/unit/dataproviderhelper.cpp	Thu May 27 13:59:05 2010 +0300
@@ -13,7 +13,7 @@
 *
 * Description:
 *
-*  Version     : %version: 3 %
+*  Version     : %version: 5 %
 */
 #include "dataproviderhelper.h"
 #include <QtDebug>
@@ -252,6 +252,11 @@
     return createIcon(index, aPixmap);
 }
 
+void DataProviderHelper::testUpdateIcon(int pos, QVariant icon, bool silent)
+{
+    updateIcon(pos, icon, silent);
+}
+
 void DataProviderHelper::testEmitDataChanged(QModelIndex from,QModelIndex to)
 {
     emit dataChanged(from,to);