Android: Warnings--

Change-Id: I79bef1e5e73fedf2bae61d6cfc9634a14958ba0e
Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
This commit is contained in:
BogDan Vatra 2015-10-20 10:03:43 +03:00
parent 9b54f4c81c
commit 31ef0d0dd6

View File

@ -238,7 +238,7 @@ inline QByteArray QStorageIterator::device() const
#elif defined(Q_OS_ANDROID)
static const char pathMounted[] = "/proc/mounts";
static const QLatin1String pathMounted("/proc/mounts");
inline QStorageIterator::QStorageIterator()
{