Set the Directory flag when we find a directory.

Change-Id: I103a0b8e7b7ba673d00f920944026d7d04fac193
Reviewed-by: hjk <qthjk@ovi.com>
bb10
Stephen Kelly 2012-07-13 19:38:32 +02:00 committed by The Qt Project
parent ae789544e4
commit bb8c83986f
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ bool RCCResourceLibrary::interpretResourceFile(QIODevice *inputDevice,
child,
language,
country,
RCCFileInfo::NoFlags,
child.isDir() ? RCCFileInfo::Directory : RCCFileInfo::NoFlags,
compressLevel,
compressThreshold)
);