constify
svn path=/trunk/KDE/kdelibs/; revision=1159732
This commit is contained in:
parent
9fff3dfc06
commit
94928254ae
@ -386,7 +386,7 @@ void Service::registerOperationsScheme()
|
||||
return;
|
||||
}
|
||||
|
||||
QString path = KStandardDirs::locate("data", "plasma/services/" + d->name + ".operations");
|
||||
const QString path = KStandardDirs::locate("data", "plasma/services/" + d->name + ".operations");
|
||||
|
||||
if (path.isEmpty()) {
|
||||
kDebug() << "Cannot find operations description:" << d->name << ".operations";
|
||||
|
Loading…
x
Reference in New Issue
Block a user