Don't crash when removing the plugin of the first tab.
This commit is contained in:
parent
bbfd0e15cb
commit
4a381e857d
1 changed files with 1 additions and 1 deletions
|
@ -135,8 +135,8 @@ void ContextManager::removeContextObject(IContext *context)
|
|||
|
||||
const int index = indexOf(context->id());
|
||||
QWidget *widget = d->m_tabWidget->widget(index);
|
||||
d->m_tabWidget->removeTab(index);
|
||||
d->m_contexts.remove(index);
|
||||
d->m_tabWidget->removeTab(index);
|
||||
delete widget;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue