D18915: Fix batchrename changing extension to lower case
    Stefan BrĂ¼ns 
    noreply at phabricator.kde.org
       
    Wed Feb 27 01:16:31 GMT 2019
    
    
  
bruns added inline comments.
INLINE COMMENTS
> batchrenamejob.cpp:160
>  
> +//The function QMimeDatabase.suffixForFileName always converts the extension to lower case
> +//This function is a wrapper which avoids the coversion to lower case
Space after `//`
> batchrenamejob.cpp:161
> +//The function QMimeDatabase.suffixForFileName always converts the extension to lower case
> +//This function is a wrapper which avoids the coversion to lower case
> +QString BatchRenameJobPrivate::GetFileExtension(QUrl url)
helper, not wrapper
> batchrenamejob.cpp:161
> +//The function QMimeDatabase.suffixForFileName always converts the extension to lower case
> +//This function is a wrapper which avoids the coversion to lower case
> +QString BatchRenameJobPrivate::GetFileExtension(QUrl url)
`co_n_version`
> batchrenamejob.cpp:165
> +    QMimeDatabase db;
> +    const size_t extensionLen = db.suffixForFileName(url.toDisplayString()).length();
> +     
I think you can use `QUrl::filename()`, and you should do it from the calling code.
REPOSITORY
  R241 KIO
REVISION DETAIL
  https://phabricator.kde.org/D18915
To: cfoster, #dolphin, #frameworks, abalaji
Cc: bruns, ngraham, elvisangelaccio, chinmoyr, kde-frameworks-devel, michaelh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190227/280f2acb/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list