apol added a comment.
This doesn't look like some API we'd be using very often. Would it make sense to just have kglobalsettings access it through KService::property? INLINE COMMENTS > kservice.cpp:739 > +{ > + if > (qvariant_cast<bool>(property(QStringLiteral("X-KDE-NoGlobalShortcut"), > QVariant::Bool))) { > + return true; `return qvariant_cast<bool>(property(QStringLiteral("X-KDE-NoGlobalShortcut"), QVariant::Bool));` REPOSITORY R309 KService REVISION DETAIL https://phabricator.kde.org/D24978 To: meven, davidre, fvogt, apol, #plasma Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns