inc/mpmpxcollectionviewdefs.h
changeset 54 c5b304f4d89b
parent 29 8192e5b5c935
equal deleted inserted replaced
48:af3740e3753f 54:c5b304f4d89b
    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