Review Request 129660: Fix set up of the KNSCore::Engine when created with an absolute config file path
Aleix Pol Gonzalez
aleixpol at kde.org
Fri Dec 16 16:46:32 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129660/
-----------------------------------------------------------
Review request for KDE Frameworks and Jeremy Whiting.
Repository: knewstuff
Description
-------
`QStrandardPaths::locate` returns `{}` when an absolute path is passed so we can't use it to extract the file's baseName.
Also simplifies a bit the logic that was relying on a class attribute that was only used in that function and we turned into a local variable. It was adding a `':'` that doesn't make sense anymore and I dropped as well.
Diffs
-----
src/core/engine.h e69dee3
src/core/engine.cpp a5758f0
Diff: https://git.reviewboard.kde.org/r/129660/diff/
Testing
-------
Tests still pass, doesn't choke anymore on a full path (tested from Discover).
Thanks,
Aleix Pol Gonzalez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20161216/0ba5e1d9/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list