creator/inc/notifications.h
changeset 25 31fc1277642e
parent 24 6053b7ae82ab
child 27 271e901a9423
--- a/creator/inc/notifications.h	Thu May 13 20:59:38 2010 +0300
+++ b/creator/inc/notifications.h	Thu May 13 21:10:48 2010 +0300
@@ -31,7 +31,11 @@
 	Q_OBJECT 	
 	
 public:
-    
+    /**
+     * shows massage box
+     */
+	static void showMessageBox(HbMessageBox::MessageBoxType type, const QString &text, const QString &label, int timeout );
+	
     /**
      * shows about box
      */