D6672: add KAboutLicense::spdx and introduce orLater qualification
Harald Sitter
noreply at phabricator.kde.org
Tue Jul 18 08:54:35 UTC 2017
sitter updated this revision to Diff 16858.
sitter added a comment.
- do not use ctor delegation, can't use that in kf5 yet
- eliminate the "partial" private ctor, instead call the full private ctor from the partial public ctors. this results in defaults being implemented in the public ctors' code rather than the private one, and makes it slightly harder to forget initalizing members as there's now only two ctors that have to deal with them directly.
REPOSITORY
R244 KCoreAddons
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D6672?vs=16814&id=16858
BRANCH
spdx
REVISION DETAIL
https://phabricator.kde.org/D6672
AFFECTED FILES
autotests/kaboutdatatest.cpp
src/lib/kaboutdata.cpp
src/lib/kaboutdata.h
To: sitter, sebas, mpyne
Cc: #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170718/e918bb74/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list