better return something
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=852090
This commit is contained in:
parent
3f3b9eddcc
commit
05a1658faa
@ -232,7 +232,7 @@ void Service::setOperationEnabled(const QString &operation, bool enable)
|
|||||||
|
|
||||||
bool Service::operationIsEnabled(const QString &operation) const
|
bool Service::operationIsEnabled(const QString &operation) const
|
||||||
{
|
{
|
||||||
d->config->hasGroup(operation) && !d->disabledOperations.contains(operation);
|
return d->config->hasGroup(operation) && !d->disabledOperations.contains(operation);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Service::setOperationsScheme(QIODevice *xml)
|
void Service::setOperationsScheme(QIODevice *xml)
|
||||||
|
Loading…
Reference in New Issue
Block a user