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 /qmake | |
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 'qmake')
-rw-r--r-- | qmake/qmake.pri | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/qmake.pri b/qmake/qmake.pri index 02ff38e..9147ee8 100644 --- a/qmake/qmake.pri +++ b/qmake/qmake.pri @@ -79,7 +79,6 @@ bootstrap { #Qt code qfile.h \ qabstractfileengine.h \ qfileinfo.h \ - qfileinfo_p.h \ qglobal.h \ qnumeric.h \ qhash.h \ |