QStorageInfo: include qt_windows.h instead of Windows.h

This fixes a compilation issue with X-MinGW builds and
is more appropriate here.

Change-Id: Id97e387c6e22a2c09d2f4dda35ce1bed2831fffe
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
Daniel Molkentin 2014-10-21 11:02:26 +02:00 committed by Kai Koehne
parent 5bfe794aaa
commit 631a55ccf4

View File

@ -45,7 +45,7 @@
#include <QtCore/qfileinfo.h>
#include <QtCore/qvarlengtharray.h>
#include <Windows.h>
#include <qt_windows.h>
QT_BEGIN_NAMESPACE