summaryrefslogtreecommitdiff
path: root/qmake/include/private/qdir_p.h
Side-by-side diff
Diffstat (limited to 'qmake/include/private/qdir_p.h') (more/less context) (ignore whitespace changes)
-rw-r--r--qmake/include/private/qdir_p.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/qmake/include/private/qdir_p.h b/qmake/include/private/qdir_p.h
index 35dba28..a6c7c91 100644
--- a/qmake/include/private/qdir_p.h
+++ b/qmake/include/private/qdir_p.h
@@ -3,7 +3,7 @@
**
** Definition of some private QDir functions.
**
-** Created : 2000.11.06
+** Created : 001106
**
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
@@ -38,7 +38,6 @@
#ifndef QDIR_P_H
#define QDIR_P_H
-
//
// W A R N I N G
// -------------
@@ -53,10 +52,12 @@
//
#ifndef QT_H
+#include "qregexp.h"
+#include "qvaluelist.h"
#endif // QT_H
-extern QStringList qt_makeFilterList( const QString & );
-
+extern QValueList<QRegExp> qt_makeFilterList( const QString & );
+extern bool qt_matchFilterList( const QValueList<QRegExp> &, const QString & );
extern int qt_cmp_si_sortSpec;