mpdata/tsrc/unittest_mpcollectiondatamodel/stub/inc/mpmpxcollectiondata.h
changeset 55 f3930dda3342
parent 51 560ce2306a17
--- a/mpdata/tsrc/unittest_mpcollectiondatamodel/stub/inc/mpmpxcollectiondata.h	Tue Aug 24 03:36:14 2010 -0500
+++ b/mpdata/tsrc/unittest_mpcollectiondatamodel/stub/inc/mpmpxcollectiondata.h	Fri Sep 03 19:58:01 2010 -0500
@@ -75,11 +75,12 @@
     void setContext( TCollectionContext context );
     QList<int> songIndex( int songUniqueId );
     void setCorruptValue(QModelIndex index, bool tBone );
-    void setReloadAlbumContent( bool reloadAlbum );
 
 signals:
 
     void contextChanged( TCollectionContext context );
+    void dataChanged();
+    void dataChanged( int fromIndex, int toIndex );
 
 public:
 
@@ -87,6 +88,7 @@
     int                     mCount;
     bool                    mItemDataReturn;
     bool                    mCollectionTitleReturn;
+    QList<int>              mCorruptedIndex;
 
 };