[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/apps/kdialog
From:       Juan Luis Baptiste <juan.baptiste () kdemail ! net>
Date:       2006-10-18 6:17:50
Message-ID: 1161152270.538019.17518.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 596664 by jbaptiste:

Forwardported feature 133744 from 3.5 branch.

 M  +5 -0      progressdialog.cpp  
 M  +1 -0      progressdialog.h  
 M  +1 -0      progressdialogiface.h  


--- trunk/KDE/kdebase/apps/kdialog/progressdialog.cpp #596663:596664
@@ -73,6 +73,11 @@
     return KProgressDialog::wasCancelled();
 }   
 
+void ProgressDialog::ignoreCancel() 
+{ 
+    KProgressDialog::ignoreCancel(); 
+} 
+
 void ProgressDialog::setAutoClose( bool close )
 {
     KProgressDialog::setAutoClose( close );
--- trunk/KDE/kdebase/apps/kdialog/progressdialog.h #596663:596664
@@ -37,6 +37,7 @@
     
       void showCancelButton(bool show);
       bool wasCancelled() const;
+      void ignoreCancel();
 
       void setAutoClose( bool );
       bool autoClose() const;
--- trunk/KDE/kdebase/apps/kdialog/progressdialogiface.h #596663:596664
@@ -36,6 +36,7 @@
     
     virtual void showCancelButton ( bool ) =0;
     virtual bool wasCancelled() const =0;
+    virtual void ignoreCancel() =0;
     
     virtual void setAutoClose( bool ) =0;
     virtual bool autoClose() const =0;    
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic