D14631: Adds a new RenameDialog to KIO with more options for batch renaming
Anthony Fieroni
noreply at phabricator.kde.org
Tue May 28 11:31:58 BST 2019
anthonyfieroni added inline comments.
INLINE COMMENTS
> batchrenametypes.cpp:98-106
> +QStringList firstCapturedGroups()
> +{
> + return capturedGroups;
> +}
> +
> +void clearCapturedGroups()
> +{
Make a class instead, free functions with global variable in, is no-go. It's totally miss of encapsulation.
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D14631
To: emateli, #frameworks, dfaure, mlaurent
Cc: anthonyfieroni, chinmoyr, mlaurent, asensi, rkflx, dfaure, aacid, ngraham, kde-frameworks-devel, michaelh, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190528/5e5f25e7/attachment.html>
More information about the Kde-frameworks-devel
mailing list