Paste P435

Masterwork From Distant Lands
ActivePublic

Authored by sitter on Jul 16 2019, 2:05 PM.
bool KService::noDisplay() const
{
if (qvariant_cast<bool>(property(QStringLiteral("NoDisplay"), QVariant::Bool))) {
return true;
}
if (!showInCurrentDesktop()) {
return true;
}
if (!showOnCurrentPlatform()) {
return true;
}
if (!KAuthorized::authorizeControlModule(storageId())) {
return true;
}
return false;
}
sitter edited the content of this paste. (Show Details)Jul 16 2019, 2:05 PM
sitter changed the title of this paste from untitled to Masterwork From Distant Lands.