mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
kdeplasma-addons: adjust to KAboutData changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
cfacd7c404
commit
4ee4066a24
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue