Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. C:\Builds\gitorious\qt>git diff --stat b131badb55f7611a9ad47e2be54d6721a28d1307
  2. qmake/Makefile.unix | 2 +-
  3. src/corelib/io/qdir.cpp | 6 +-
  4. src/corelib/io/qfile.cpp | 14 ++++-
  5. src/corelib/io/qfilesystemengine.cpp | 18 +++++
  6. src/corelib/io/qfilesystemengine_symbian.cpp | 14 +++-
  7. src/corelib/io/qfilesystemengine_win.cpp | 2 +-
  8. src/corelib/io/qfilesystementry.cpp | 24 ++++++-
  9. src/corelib/io/qfilesystementry_p.h | 2 +
  10. src/corelib/io/qfsfileengine.cpp | 16 ++++-
  11. src/corelib/io/qfsfileengine_p.h | 2 +
  12. src/corelib/io/qfsfileengine_unix.cpp | 100 ++++++++++++-------------
  13. src/gui/dialogs/qfilesystemmodel.cpp | 2 +-
  14. src/gui/kernel/qapplication_s60.cpp | 3 +
  15. tests/auto/qfile/tst_qfile.cpp | 43 ++++++++---
  16. tests/auto/qfiledialog/tst_qfiledialog.cpp | 6 ++-
  17. tests/auto/qfileinfo/qfileinfo.pro | 2 +
  18. tests/auto/qfileinfo/tst_qfileinfo.cpp | 70 +++++++++++++++++-
  19. tests/auto/qimagereader/tst_qimagereader.cpp | 10 +++-
  20. tests/auto/qprocess/tst_qprocess.cpp | 8 ++-
  21. tests/auto/qxmlstream/qxmlstream.pro | 2 +-
  22. tests/auto/qxmlstream/tst_qxmlstream.cpp | 4 +
  23. 21 files changed, 265 insertions(+), 85 deletions(-)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement