D18152: Preset file name of archive in CreateDialog
Elvis Angelaccio
noreply at phabricator.kde.org
Sun Jan 13 12:15:47 GMT 2019
elvisangelaccio added inline comments.
INLINE COMMENTS
> addtoarchive.cpp:102
> i18n("Compress to Archive"), // caption
> - QUrl::fromLocalFile(m_firstPath)); // startDir
> + QUrl::fromLocalFile(QFileInfo(m_filename).path())); // startDir
> +
Why this change? Is `QFileInfo(m_filename).path()` going to be different from `m_firstPath` ?
REPOSITORY
R36 Ark
REVISION DETAIL
https://phabricator.kde.org/D18152
To: volkov, #ark
Cc: elvisangelaccio, kde-utils-devel, #ark, tctara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20190113/40b2a8f8/attachment.html>
More information about the Kde-utils-devel
mailing list