mpviewplugins/mpcollectionviewplugin/inc/mpcollectioncontainerallsongs.h
changeset 51 560ce2306a17
parent 36 a0afa279b8fe
equal deleted inserted replaced
47:4cc1412daed0 51:560ce2306a17
    18 #ifndef MPCOLLECTIONCONTAINERALLSONGS_H
    18 #ifndef MPCOLLECTIONCONTAINERALLSONGS_H
    19 #define MPCOLLECTIONCONTAINERALLSONGS_H
    19 #define MPCOLLECTIONCONTAINERALLSONGS_H
    20 
    20 
    21 #include "mpcollectionlistcontainer.h"
    21 #include "mpcollectionlistcontainer.h"
    22 
    22 
    23 class HbGroupBox;
       
    24 
       
    25 class MpCollectionContainerAllSongs : public MpCollectionListContainer
    23 class MpCollectionContainerAllSongs : public MpCollectionListContainer
    26 {
    24 {
    27     Q_OBJECT
    25     Q_OBJECT
    28 
    26 
    29 public:
    27 public:
    37 
    35 
    38 private:
    36 private:
    39 
    37 
    40     void setupContainer();
    38     void setupContainer();
    41 
    39 
    42 private:
       
    43 
       
    44     HbGroupBox     *mInfoBar;   // Own
       
    45 
       
    46 };
    40 };
    47 
    41 
    48 #endif  // MPCOLLECTIONCONTAINERALLSONGS_H
    42 #endif  // MPCOLLECTIONCONTAINERALLSONGS_H
    49 
    43