Actually load the operations scheme when we have the information necessary to do so.

CCMAIL: plasma-devel@kde.org
Can someone backport this for 4.1.1, please?


svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=838833
This commit is contained in:
Alex Merry 2008-07-28 20:59:03 +00:00
parent c2ef8b2c6c
commit 1cb7e7e771

View File

@ -150,6 +150,9 @@ QString Service::name() const
void Service::setName(const QString &name)
{
d->name = name;
if (!d->config) {
registerOperationsScheme();
}
}
void Service::setOperationsScheme(QIODevice *xml)