homescreenapp/hsutils/inc/hsmenueventfactory.h
changeset 51 4785f57bf3d4
parent 46 23b5d6a29cce
child 55 03646e8da489
equal deleted inserted replaced
46:23b5d6a29cce 51:4785f57bf3d4
    77         const QString &entryTypeName = QString(),
    77         const QString &entryTypeName = QString(),
    78         const QString &uri = QString(),
    78         const QString &uri = QString(),
    79         const QString &library = QString()
    79         const QString &library = QString()
    80     );
    80     );
    81     
    81     
    82     static QEvent *createAppSettingsViewEvent(int entryId);    
    82     static QEvent *createAppSettingsViewEvent(int entryId);
       
    83     
       
    84     static QEvent *createAppDetailsViewEvent(int entryId);
    83 
    85 
    84     static QEvent *createUnknownEvent();
    86     static QEvent *createUnknownEvent();
    85 
    87 
    86 };
    88 };
    87 
    89