creator/inc/notifications.h
changeset 48 da3ec8478e66
parent 23 c9bf25a20c9f
--- a/creator/inc/notifications.h	Thu Sep 02 20:27:24 2010 +0300
+++ b/creator/inc/notifications.h	Fri Sep 17 08:29:47 2010 +0300
@@ -59,7 +59,7 @@
     /**
      * shows global HbGlobalCommonNote type note
      */
-	static void showGlobalNote(const QString& text, HbMessageBox::MessageBoxType type, HbPopup::DefaultTimeout timeout = HbPopup::ConfirmationNoteTimeout);
+	static void showGlobalNote(const QString& text, HbMessageBox::MessageBoxType type, int timeout = 1000 );
     };
 
 class CreatorDialog