Fix compile warning on Windows

Reviewed-by: Prasanth Ullattil
(cherry picked from commit 800ad68e4f000e65b0a83ef1da2a29d595964156)
This commit is contained in:
Martin Petersson 2011-04-26 12:03:17 +02:00
parent 0c637cb07b
commit e4b289c276

View File

@ -583,6 +583,7 @@ QString QFileSystemEngine::owner(const QFileSystemEntry &entry, QAbstractFileEng
}
}
#else
Q_UNUSED(entry);
Q_UNUSED(own);
#endif
return name;