It merged.

----------  Forwarded Message  ----------

Subject: Change in qt/qtbase[5.4]: Add the QStorageInfo class
Date: Wednesday 13 August 2014, 20:58:46
From: Qt Continuous Integration System (Code Review) <gerrit-noreply@qt-
project.org>
To: Ivan Komissarov <[email protected]>
CC: Konstantin Ritt <[email protected]>, Denis Shienkov 
<[email protected]>, Shawn Rutledge <[email protected]>, Qt 
Sanity Bot <[email protected]>, Oliver Wolff 
<[email protected]>, 
Oswald Buddenhagen <[email protected]>, Qt Doc Bot <qt_docbot@qt-
project.org>, Keith Gardner <[email protected]>, Andrew Knight 
<[email protected]>, Thiago Macieira <[email protected]>, Allan 
Sandfeld Jensen <[email protected]>, Marc Mutz <[email protected]>, 
Andreas Holzammer <[email protected]>, Björn Breitmeyer 
<[email protected]>, Janne Anttila <[email protected]>, Olivier 
Goffart <[email protected]>, Iikka Eklund <[email protected]>, Rafael 
Roquetto <[email protected]>, Sérgio Martins <[email protected]>, 
Jerome Pasion <[email protected]>, Friedemann Kleint 
<[email protected]>, Alex Char <[email protected]>, Alex Blasche 
<[email protected]>, Topi Reiniö <[email protected]>, BogDan 
Vatra <[email protected]>, Jan Arve Sæther <[email protected]>

Qt Continuous Integration System has approved a build with this change and it 
was merged.

Change subject: Add the QStorageInfo class
......................................................................


Add the QStorageInfo class

Allows to retrieve information about mounted volumes such as label,
total/available size, filesystem type and so on.
Possible use cases are:
- allows to do checks about filesystem before performing actual
  operation (such as available/maximum volume size)
- allows to retrive information about volume that can be shown in file
  dialogs
- allows to retrieve volume for specific path and check if two or more
  paths belong to the same volume or not

[ChangeLog][QtCore] Added QStorageInfo class to retrive information
about mounted volumes and drives

Change-Id: Ibf9c2e6b53ef39c5605894a4422acdbbca4030c4
---
A src/corelib/doc/snippets/code/src_corelib_io_qstorageinfo.cpp
M src/corelib/io/io.pri
A src/corelib/io/qstorageinfo.cpp
A src/corelib/io/qstorageinfo.h
A src/corelib/io/qstorageinfo_mac.cpp
A src/corelib/io/qstorageinfo_p.h
A src/corelib/io/qstorageinfo_stub.cpp
A src/corelib/io/qstorageinfo_unix.cpp
A src/corelib/io/qstorageinfo_win.cpp
M tests/auto/corelib/io/io.pro
A tests/auto/corelib/io/qstorageinfo/qstorageinfo.pro
A tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
12 files changed, 1,849 insertions(+), 7 deletions(-)

Approvals:
  Shawn Rutledge: Looks good to me, approved
  Qt Sanity Bot: Sanity review passed


-- 
To view, visit https://codereview.qt-project.org/73945
To unsubscribe, visit https://codereview.qt-project.org/settings

Gerrit-MessageType: build-approved
Gerrit-Change-Id: Ibf9c2e6b53ef39c5605894a4422acdbbca4030c4
Gerrit-PatchSet: 91
Gerrit-Project: qt/qtbase
Gerrit-Branch: 5.4
Gerrit-Owner: Ivan Komissarov <[email protected]>
Gerrit-Reviewer: Alex Blasche <[email protected]>
Gerrit-Reviewer: Alex Char <[email protected]>
Gerrit-Reviewer: Allan Sandfeld Jensen <[email protected]>
Gerrit-Reviewer: Andreas Holzammer <[email protected]>
Gerrit-Reviewer: Andrew Knight <[email protected]>
Gerrit-Reviewer: Björn Breitmeyer <[email protected]>
Gerrit-Reviewer: BogDan Vatra <[email protected]>
Gerrit-Reviewer: Denis Shienkov <[email protected]>
Gerrit-Reviewer: Friedemann Kleint <[email protected]>
Gerrit-Reviewer: Iikka Eklund <[email protected]>
Gerrit-Reviewer: Ivan Komissarov <[email protected]>
Gerrit-Reviewer: Jan Arve Sæther <[email protected]>
Gerrit-Reviewer: Janne Anttila <[email protected]>
Gerrit-Reviewer: Jerome Pasion <[email protected]>
Gerrit-Reviewer: Keith Gardner <[email protected]>
Gerrit-Reviewer: Konstantin Ritt <[email protected]>
Gerrit-Reviewer: Marc Mutz <[email protected]>
Gerrit-Reviewer: Oliver Wolff <[email protected]>
Gerrit-Reviewer: Olivier Goffart <[email protected]>
Gerrit-Reviewer: Oswald Buddenhagen <[email protected]>
Gerrit-Reviewer: Qt Doc Bot <[email protected]>
Gerrit-Reviewer: Qt Sanity Bot <[email protected]>
Gerrit-Reviewer: Rafael Roquetto <[email protected]>
Gerrit-Reviewer: Shawn Rutledge <[email protected]>
Gerrit-Reviewer: Sérgio Martins <[email protected]>
Gerrit-Reviewer: Thiago Macieira <[email protected]>
Gerrit-Reviewer: Topi Reiniö <[email protected]>
-----------------------------------------
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to