GIT_SILENT remove confusing comment. There's no ref() happening here.
This commit is contained in:
parent
facaaf93d0
commit
d3ed3bcbbf
@ -111,8 +111,6 @@ Plasma::DataEngine *DataEngineManager::engine(const QString &name) const
|
|||||||
|
|
||||||
Plasma::DataEngine::Dict::const_iterator it = d->engines.constFind(name);
|
Plasma::DataEngine::Dict::const_iterator it = d->engines.constFind(name);
|
||||||
if (it != d->engines.constEnd()) {
|
if (it != d->engines.constEnd()) {
|
||||||
// ref and return the engine
|
|
||||||
//Plasma::DataEngine *engine = *it;
|
|
||||||
return *it;
|
return *it;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user