homescreenapp/hsutils/inc/hsmenuevent.h
changeset 39 4e8ebe173323
parent 35 f9ce957a272c
child 51 4785f57bf3d4
equal deleted inserted replaced
36:cdae8c6c3876 39:4e8ebe173323
    39         DeleteCollection,
    39         DeleteCollection,
    40         CollectionDeleted,
    40         CollectionDeleted,
    41         AddAppsToCollection,
    41         AddAppsToCollection,
    42         RemoveAppFromCollection,
    42         RemoveAppFromCollection,
    43         OpenApplicationLibrary,
    43         OpenApplicationLibrary,
       
    44         OpenInstalledView,
    44         OpenHomeScreen,
    45         OpenHomeScreen,
    45         ArrangeCollection,
    46         ArrangeCollection,
    46         CreateCollection,
    47         CreateCollection,
    47         PreviewHSWidget,
    48         PreviewHSWidget,
       
    49         ShowAppSettings,
    48         Unknown
    50         Unknown
    49     };
    51     };
    50 
    52 
    51     static QEvent::Type eventType();
    53     static QEvent::Type eventType();
    52 
    54