screengrabber/inc/notifications.h
changeset 17 4f2773374eff
parent 15 e11368ed4880
equal deleted inserted replaced
15:e11368ed4880 17:4f2773374eff
    54     
    54     
    55     /**
    55     /**
    56      * to shows progressbar
    56      * to shows progressbar
    57      */
    57      */
    58     static HbDeviceProgressDialog* showProgressBar(int max);
    58     static HbDeviceProgressDialog* showProgressBar(int max);
    59  
       
    60 private:
       
    61     
       
    62     /**
       
    63      * shows global HbGlobalCommonNote type note
       
    64      */
       
    65     static void showGlobalNote(const QString& text, HbMessageBox::MessageBoxType type);
       
    66     
    59     
    67     };
    60     };
    68 
    61 
    69 
    62 
    70 
    63