creator/inc/notifications.h
changeset 25 31fc1277642e
parent 24 6053b7ae82ab
child 27 271e901a9423
equal deleted inserted replaced
24:6053b7ae82ab 25:31fc1277642e
    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 	
    35     /**
    39     /**
    36      * shows about box
    40      * shows about box
    37      */
    41      */
    38     static void about();
    42     static void about();
    39     
    43