diff kdiff3/src/fileaccess.h @ 69:8febbfb1148c

KDiff3 0.9.89
author joachim99
date Mon, 10 Apr 2006 08:40:51 +0000
parents efe33e938730
children 5bbfe4784324
line wrap: on
line diff
--- a/kdiff3/src/fileaccess.h	Mon Jan 31 22:30:47 2005 +0000
+++ b/kdiff3/src/fileaccess.h	Mon Apr 10 08:40:51 2006 +0000
@@ -1,6 +1,6 @@
 /***************************************************************************
- *   Copyright (C) 2003 by Joachim Eibl                                    *
- *   joachim.eibl@gmx.de                                                   *
+ *   Copyright (C) 2003-2006 by Joachim Eibl                               *
+ *   joachim.eibl at gmx.de                                                   *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
@@ -21,6 +21,8 @@
 #include <qstring.h>
 #include <qdatetime.h>
 
+bool wildcardMultiMatch( const QString& wildcard, const QString& testString, bool bCaseSensitive );
+
 class t_DirectoryList;
 
 class FileAccess
@@ -212,6 +214,8 @@
       double m_dSubRangeMin;
    };
    std::list<ProgressLevelData> m_progressStack;
+   
+   int m_progressDelayTimer;
 
    KProgress* m_pProgressBar;
    KProgress* m_pSubProgressBar;