changeset 54 | c5b304f4d89b |
parent 29 | 8192e5b5c935 |
--- a/inc/mpmpxcollectionviewdefs.h Wed Aug 18 09:46:20 2010 +0300 +++ b/inc/mpmpxcollectionviewdefs.h Thu Sep 02 20:24:03 2010 +0300 @@ -38,5 +38,12 @@ // Register so type can be used in signal and slot connection Q_DECLARE_METATYPE(TCollectionContext) +// Layout where the collection is being shown. +enum TCollectionLayout { + ECollectionListView = 0, + ECollectionSelectionDialog, + ECollectionArrangeSongsDialog +}; + #endif // MPMPXCOLLECTIONVIEWDEFS_H