kdeplasma-addons: adjust to KAboutData changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-10 20:12:06 +03:00
parent cfacd7c404
commit 4ee4066a24

View file

@ -411,7 +411,7 @@ void WeatherWallpaper::fillMetaInfo(Plasma::Package *b)
//QString license = b->license();
/*
KAboutLicense knownLicense = KAboutLicense::byKeyword(license);
if (knownLicense.key() != KAboutData::License_Custom) {
if (knownLicense.key() != KAboutData::License_Unknown) {
license = knownLicense.name(KAboutData::ShortName);
}
*/