D6672: add KAboutLicense::spdx and introduce orLater qualification

Harald Sitter noreply at phabricator.kde.org
Mon Jul 17 18:20:12 UTC 2017


sitter added a comment.


  Ah drat. We could still get rid of the second private ctor though, by moving the defaults from the private to the public and calling the full private ctor:
  
    KAboutLicense::KAboutLicense(const KAboutData *aboutData)
        : d(new Private(Unknown, OnlyThisVersion, aboutData))
    {
    }

REPOSITORY
  R244 KCoreAddons

REVISION DETAIL
  https://phabricator.kde.org/D6672

To: sitter, sebas, mpyne
Cc: #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170717/a80f4526/attachment.html>


More information about the Kde-frameworks-devel mailing list