creator/inc/notifications.h
changeset 48 da3ec8478e66
parent 23 c9bf25a20c9f
equal deleted inserted replaced
47:11fa016241a4 48:da3ec8478e66
    57 	static HbProgressDialog* showProgressBar(const QString& text, int max);
    57 	static HbProgressDialog* showProgressBar(const QString& text, int max);
    58 	
    58 	
    59     /**
    59     /**
    60      * shows global HbGlobalCommonNote type note
    60      * shows global HbGlobalCommonNote type note
    61      */
    61      */
    62 	static void showGlobalNote(const QString& text, HbMessageBox::MessageBoxType type, HbPopup::DefaultTimeout timeout = HbPopup::ConfirmationNoteTimeout);
    62 	static void showGlobalNote(const QString& text, HbMessageBox::MessageBoxType type, int timeout = 1000 );
    63     };
    63     };
    64 
    64 
    65 class CreatorDialog
    65 class CreatorDialog
    66 {
    66 {
    67     Q_DISABLE_COPY(CreatorDialog)
    67     Q_DISABLE_COPY(CreatorDialog)