Example #1
0
void EditorView::closeView()
{
    EditorManager *em = CoreImpl::instance()->editorManager();
    em->closeView(this);
}