fix crash
This commit is contained in:
parent
a2c0a34a8a
commit
cd5799fe26
@ -12,5 +12,5 @@ DoricContext *DoricContextManager::createContext(QString script, QString source,
|
|||||||
}
|
}
|
||||||
|
|
||||||
DoricContext *DoricContextManager::getContext(QString contextId) {
|
DoricContext *DoricContextManager::getContext(QString contextId) {
|
||||||
return contextMap->take(contextId);
|
return contextMap->value(contextId);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user