diff kdiff3/src-QT4/fileaccess.h @ 77:1184fc843210

KDiff3-0.9.92
author joachim99
date Mon, 16 Apr 2007 21:26:08 +0000
parents 08ea9b86c12c
children fcd146072e0c
line wrap: on
line diff
--- a/kdiff3/src-QT4/fileaccess.h	Sat Nov 04 00:36:16 2006 +0000
+++ b/kdiff3/src-QT4/fileaccess.h	Mon Apr 16 21:26:08 2007 +0000
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2003-2006 by Joachim Eibl                               *
+ *   Copyright (C) 2003-2007 by Joachim Eibl                               *
  *   joachim.eibl at gmx.de                                                   *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -175,6 +175,7 @@
 public:
    ProgressDialog( QWidget* pParent );
 
+   void setStayHidden( bool bStayHidden );
    void setInformation( const QString& info, bool bRedrawUpdate=true );
    void setInformation( const QString& info, double dCurrent, bool bRedrawUpdate=true );
    void setCurrent( double dCurrent, bool bRedrawUpdate=true  );
@@ -231,6 +232,7 @@
    bool m_bWasCancelled;
    KIO::Job* m_pJob;
    QString m_currentJobInfo;  // Needed if the job doesn't stop after a reasonable time.
+   bool m_bStayHidden;
 protected:
    virtual void reject();
 private slots: