summaryrefslogtreecommitdiff
path: root/qmake/include/private/qdir_p.h
Unidiff
Diffstat (limited to 'qmake/include/private/qdir_p.h') (more/less context) (show 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
@@ -5,3 +5,3 @@
5** 5**
6** Created : 2000.11.06 6** Created : 001106
7** 7**
@@ -40,3 +40,2 @@
40 40
41
42// 41//
@@ -55,6 +54,8 @@
55#ifndef QT_H 54#ifndef QT_H
55#include "qregexp.h"
56#include "qvaluelist.h"
56#endif // QT_H 57#endif // QT_H
57 58
58extern QStringList qt_makeFilterList( const QString & ); 59extern QValueList<QRegExp> qt_makeFilterList( const QString & );
59 60extern bool qt_matchFilterList( const QValueList<QRegExp> &, const QString & );
60 61