inc/mpcommondefs.h
changeset 55 f3930dda3342
parent 47 4cc1412daed0
equal deleted inserted replaced
51:560ce2306a17 55:f3930dda3342
    23 #include <QMetaType>
    23 #include <QMetaType>
    24 
    24 
    25 namespace MpCommon
    25 namespace MpCommon
    26 {
    26 {
    27     // UID definition
    27     // UID definition
    28     const long int KMusicPlayerUid      = {0x10207C62};
    28     const quint32 KMusicPlayerUid      = {0x10207C62};
    29     const long int KCollectionViewUid   = {0x10207C63};
    29     const quint32 KCollectionViewUid   = {0x10207C63};
    30     const long int KPlaybackViewUid     = {0x10207C64};
    30     const quint32 KPlaybackViewUid     = {0x10207C64};
    31     const long int KSettingsViewUid     = {0x10207C66};
    31     const quint32 KSettingsViewUid     = {0x10207C66};
    32     const long int KDetailsViewUid      = {0x2002D0AA};
    32     const quint32 KDetailsViewUid      = {0x2002D0AA};
    33     const long int KMediaWallViewUid    = {0x10207C94};
    33     const quint32 KMediaWallViewUid    = {0x10207C94};
    34 
    34 
    35     /*!
    35     /*!
    36      Command code sent from the views to the application main window
    36      Command code sent from the views to the application main window
    37      through command signal.
    37      through command signal.
    38      */
    38      */