inc/mpmpxcollectionviewdefs.h
changeset 51 560ce2306a17
parent 35 fdb31ab341af
equal deleted inserted replaced
47:4cc1412daed0 51:560ce2306a17
    36     ECollectionContextAlbumsMediaWall
    36     ECollectionContextAlbumsMediaWall
    37 };
    37 };
    38 // Register so type can be used in signal and slot connection
    38 // Register so type can be used in signal and slot connection
    39 Q_DECLARE_METATYPE(TCollectionContext)
    39 Q_DECLARE_METATYPE(TCollectionContext)
    40 
    40 
       
    41 // Layout where the collection is being shown.
       
    42 enum TCollectionLayout {
       
    43     ECollectionListView = 0,
       
    44     ECollectionSelectionDialog,
       
    45     ECollectionArrangeSongsDialog
       
    46 };
       
    47 
    41 #endif  // MPMPXCOLLECTIONVIEWDEFS_H
    48 #endif  // MPMPXCOLLECTIONVIEWDEFS_H
    42 
    49