Review Request 121313: Introduce KPluginMetaData::metaDataSource()
Alexander Richardson
arichardson.kde at gmail.com
Mon Dec 1 16:14:50 UTC 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121313/
-----------------------------------------------------------
(Updated Dec. 1, 2014, 4:14 p.m.)
Status
------
This change has been marked as submitted.
Review request for KDE Frameworks, David Faure and Sebastian Kügler.
Repository: kcoreaddons
Description
-------
When creating a KPluginMetaData object from a .desktop file we currently
set fileName() to point to the .desktop file. However, passing
fileName() to KPluginLoader should allow loading the plugin. To fix this
we store the value of the X-KDE-Library key as fileName() instead and
move the path to the .desktop file to a new property metaDataSource()
Diffs
-----
autotests/kpluginmetadatatest.cpp 0a10ed05f48d38b7455ef6fa4248b4c46090c6d8
src/lib/plugin/desktopfileparser.h 312d1c7b8070000f949eec0f1e41616845b92afd
src/lib/plugin/desktopfileparser.cpp 1dcc1a02e3fd023387d1b8b03884ae069ba96a1b
src/lib/plugin/kpluginmetadata.h 5b1ead5cf2b508754927b72d71c44aca58919ec4
src/lib/plugin/kpluginmetadata.cpp 3100a4cf6bb24de322a70401c0b66c710727610e
Diff: https://git.reviewboard.kde.org/r/121313/diff/
Testing
-------
unit test passes
Not sure if `metaDataSource()` is a good name, after all the class is already called KPluginMetaData. Maybe just `source()`?
Thanks,
Alexander Richardson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20141201/65ca46fd/attachment.html>
More information about the Kde-frameworks-devel
mailing list