mpviewplugins/mpcollectionviewplugin/inc/mpcollectioncontainerartists.h
changeset 48 af3740e3753f
parent 32 c163ef0b758d
child 51 560ce2306a17
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
    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