forked from qt-creator/qt-creator
Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.
This commit is contained in:
@@ -788,6 +788,11 @@ ClassOrNamespace *CreateBindings::enterGlobalClassOrNamespace(Symbol *symbol)
|
||||
return switchCurrentClassOrNamespace(entity);
|
||||
}
|
||||
|
||||
bool CreateBindings::visit(Template *templ)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CreateBindings::visit(Namespace *ns)
|
||||
{
|
||||
ClassOrNamespace *previous = enterClassOrNamespaceBinding(ns);
|
||||
|
||||
Reference in New Issue
Block a user