homescreenapp/hsutils/inc/hsmenueventfactory.h
changeset 92 6727c5d0afc7
parent 85 35368b604b28
child 90 3ac3aaebaee5
equal deleted inserted replaced
85:35368b604b28 92:6727c5d0afc7
    88     static QEvent *createAppSettingsViewEvent(int entryId);
    88     static QEvent *createAppSettingsViewEvent(int entryId);
    89     
    89     
    90     static QEvent *createAppDetailsViewEvent(int entryId);
    90     static QEvent *createAppDetailsViewEvent(int entryId);
    91     
    91     
    92     static QEvent *createInstallationLogEvent();
    92     static QEvent *createInstallationLogEvent();
       
    93     
       
    94     static QEvent *createUninstallFailedEvent(int error);
    93 
    95 
    94     static QEvent *createUnknownEvent();
    96     static QEvent *createUnknownEvent();
    95 
    97 
    96 };
    98 };
    97 
    99