[Differential] [Commented On] D2226: Enable read-only AppImage support
elvisangelaccio (Elvis Angelaccio)
noreply at phabricator.kde.org
Tue Jul 19 20:56:11 UTC 2016
elvisangelaccio added inline comments.
INLINE COMMENTS
> archivetest.cpp:555
>
> - QDirIterator dirIt(destDir.path(), QDir::AllEntries | QDir::NoDotAndDotDot, QDirIterator::Subdirectories);
> + QDirIterator dirIt(destDir.path(), QDir::AllEntries | QDir::Hidden | QDir::NoDotAndDotDot, QDirIterator::Subdirectories);
> while (dirIt.hasNext()) {
Why `QDir::Hidden`?
REPOSITORY
rARK Ark
REVISION DETAIL
https://phabricator.kde.org/D2226
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: rthomsen, elvisangelaccio
Cc: kde-utils-devel, tctara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20160719/1a2c3059/attachment.html>
More information about the Kde-utils-devel
mailing list