Set the Directory flag when we find a directory.
Change-Id: I103a0b8e7b7ba673d00f920944026d7d04fac193 Reviewed-by: hjk <qthjk@ovi.com>bb10
parent
ae789544e4
commit
bb8c83986f
|
|
@ -535,7 +535,7 @@ bool RCCResourceLibrary::interpretResourceFile(QIODevice *inputDevice,
|
|||
child,
|
||||
language,
|
||||
country,
|
||||
RCCFileInfo::NoFlags,
|
||||
child.isDir() ? RCCFileInfo::Directory : RCCFileInfo::NoFlags,
|
||||
compressLevel,
|
||||
compressThreshold)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue