--- a/hgcacheproxymodel/tsrc/unit/dataproviderhelper.h Fri Jun 11 14:43:11 2010 +0300
+++ b/hgcacheproxymodel/tsrc/unit/dataproviderhelper.h Wed Jun 23 19:25:46 2010 +0300
@@ -76,6 +76,19 @@
void testEmitLayoutChanged();
void testEmitModelAboutToBeReset();
void testEmitModelReset();
+
+ bool testEmitColumnsAboutToBeMoved(int from, int to);
+ void testEmitColumnsMoved(int from, int to);
+ bool testEmitRowsAboutToBeMoved(int from, int to);
+ void testEmitRowsMoved(int from, int to);
+
+
+ void testChangeIconMode(HgDataProviderIconMode mode);
+ HgDataProviderIconMode testIconMode();
+
+ void testClearItem(int pos, bool silent);
+ QModelIndex testCreateIndex(int row, int col);
+ int getCount();
//from HgDataProviderModelObserver
public: