filemanager/src/filemanager/src/components/fmmessagebox.h
changeset 46 d58987eac7e8
parent 37 15bc28c9dd51
--- a/filemanager/src/filemanager/src/components/fmmessagebox.h	Tue Aug 24 10:24:14 2010 +0800
+++ b/filemanager/src/filemanager/src/components/fmmessagebox.h	Wed Sep 29 10:37:03 2010 +0800
@@ -34,11 +34,14 @@
     {
     }
     void information( const QString &informationText,
-        HbMessageBox::StandardButtons buttons );
+        HbMessageBox::StandardButtons buttons, bool isBlocking = false );
 
     bool question( const QString &questionText,
         HbMessageBox::StandardButtons buttons );
     
+    void warning( const QString &warningText,
+        HbMessageBox::StandardButtons buttons, bool isBlocking = false );
+    
 public slots:
     void dialogClosed(HbAction *action);
 private: