creator/inc/notifications.h
changeset 24 6053b7ae82ab
parent 17 4f2773374eff
child 25 31fc1277642e
equal deleted inserted replaced
17:4f2773374eff 24:6053b7ae82ab
    29     {
    29     {
    30 
    30 
    31 	Q_OBJECT 	
    31 	Q_OBJECT 	
    32 	
    32 	
    33 public:
    33 public:
    34     /**
    34     
    35      * shows massage box
       
    36      */
       
    37 	static void showMessageBox(HbMessageBox::MessageBoxType type, const QString &text, const QString &label, int timeout );
       
    38 	
       
    39     /**
    35     /**
    40      * shows about box
    36      * shows about box
    41      */
    37      */
    42     static void about();
    38     static void about();
    43     
    39