mpviewplugins/mpcollectionviewplugin/inc/mpcollectioncontainerartists.h
changeset 43 0f32e550d9d8
parent 36 a0afa279b8fe
child 51 560ce2306a17
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
    36     void setDataModel( MpCollectionDataModel *dataModel );
    36     void setDataModel( MpCollectionDataModel *dataModel );
    37 
    37 
    38 public slots:
    38 public slots:
    39 
    39 
    40     void itemActivated( const QModelIndex &index );
    40     void itemActivated( const QModelIndex &index );
    41     void albumCentered();
    41     void albumCentered( const QModelIndex &modelIndex);
    42     void dataReloaded();
    42     void dataReloaded();
    43     void albumDataChanged();
    43     void albumDataChanged();
    44     void scrollingStarted();
    44     void scrollingStarted();
    45     void albumDataAvailable();
    45     void albumDataAvailable();
    46 
    46