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

Reply via email to