diff options
author | Marius Storm-Olsen <marius@trolltech.com> | 2009-05-12 13:30:46 (GMT) |
---|---|---|
committer | Marius Storm-Olsen <marius@trolltech.com> | 2009-05-13 08:36:37 (GMT) |
commit | f1d1be98036ea4d03c505d54e7adb408491434d4 (patch) | |
tree | 081986835fe9ab459bdd63b3a6dd9917adb0cdf2 /src/corelib/io/io.pri | |
parent | f9afc51f96b2b09d8be7fcd9bf080d1144643273 (diff) | |
download | Qt-f1d1be98036ea4d03c505d54e7adb408491434d4.zip Qt-f1d1be98036ea4d03c505d54e7adb408491434d4.tar.gz Qt-f1d1be98036ea4d03c505d54e7adb408491434d4.tar.bz2 |
Remove unused file qfileinfo_p.h
The private class was already declared and defined in the qfileinfo.cpp
file.
Reviewed-by: thiago
Diffstat (limited to 'src/corelib/io/io.pri')
-rw-r--r-- | src/corelib/io/io.pri | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri index 3690d4b..c62959d 100644 --- a/src/corelib/io/io.pri +++ b/src/corelib/io/io.pri @@ -10,7 +10,6 @@ HEADERS += \ io/qdiriterator.h \ io/qfile.h \ io/qfileinfo.h \ - io/qfileinfo_p.h \ io/qiodevice.h \ io/qiodevice_p.h \ io/qprocess.h \ |