filemanager/src/filemanager/src/components/fmdlgutils.h
changeset 47 12b82dc0e8db
parent 33 328cf6fbe40c
--- a/filemanager/src/filemanager/src/components/fmdlgutils.h	Thu Sep 02 17:00:51 2010 +0800
+++ b/filemanager/src/filemanager/src/components/fmdlgutils.h	Thu Sep 30 16:33:59 2010 +0800
@@ -72,7 +72,10 @@
         HbMessageBox::StandardButtons buttons = HbMessageBox::Yes | HbMessageBox::No );
 
     static void information( const QString &informationText,
-        HbMessageBox::StandardButtons buttons = HbMessageBox::Ok );
+        HbMessageBox::StandardButtons buttons = HbMessageBox::Ok,  bool isBlocking = false );
+    
+    static void warning( const QString &warningText,
+        HbMessageBox::StandardButtons buttons = HbMessageBox::Ok, bool isBlocking = false );
 
     static QString showBackupDriveQuery( const QString& title );