diff -r 49c70dcc3f17 -r c863538fcbb6 hgcacheproxymodel/tsrc/unit/dataproviderhelper.h --- a/hgcacheproxymodel/tsrc/unit/dataproviderhelper.h Fri May 14 16:57:01 2010 +0300 +++ b/hgcacheproxymodel/tsrc/unit/dataproviderhelper.h Thu May 27 13:59:05 2010 +0300 @@ -48,6 +48,7 @@ void testRemoveItems(int pos, int size = 1); void testRemoveItem(int pos); void testInsertItem(int pos, QPair< QVariant, int > item, bool silent); + void testUpdateIcon(int pos, QVariant icon, bool silent = false); QList< QPair< int, int > > getObserverDataUpdated();