D25516: Remove unrequired private declarations for taglibextractor
Stefan BrĂ¼ns
noreply at phabricator.kde.org
Tue Nov 26 23:39:08 GMT 2019
bruns requested changes to this revision.
bruns added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> taglibextractor.cpp:105
>
> -void TagLibExtractor::readGenericProperties(const TagLib::PropertyMap &savedProperties, ExtractionResult* result)
> +void readGenericProperties(const TagLib::PropertyMap &savedProperties, ExtractionResult* result)
> {
This puts `readGenericProperties(...)` with external linkage in the global namespace.
Put the private helpers in an anonymous namespace (and also include `extractAudioProperties(...)` in it).
REPOSITORY
R286 KFileMetaData
REVISION DETAIL
https://phabricator.kde.org/D25516
To: astippich, #baloo, bruns, ngraham, mgallien
Cc: kde-frameworks-devel, hurikhan77, lots0logs, LeGast00n, fbampaloukas, GB_2, domson, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20191126/20d5a1a1/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list