homescreenapp/hsutils/inc/hsmenueventfactory.h
changeset 86 e4f038c420f7
parent 81 7dd137878ff8
child 90 3ac3aaebaee5
equal deleted inserted replaced
81:7dd137878ff8 86:e4f038c420f7
    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