|
|
@ -98,10 +98,11 @@ bool MainWindow::initialize(QString *errorString)
|
|
|
|
|
|
|
|
|
|
|
|
void MainWindow::extensionsInitialized()
|
|
|
|
void MainWindow::extensionsInitialized()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
readSettings();
|
|
|
|
readSettings();
|
|
|
|
connect(m_contextManager, SIGNAL(currentContextChanged(Core::IContext*)),
|
|
|
|
connect(m_contextManager, SIGNAL(currentContextChanged(Core::IContext*)),
|
|
|
|
this, SLOT(updateContext(Core::IContext*)));
|
|
|
|
this, SLOT(updateContext(Core::IContext*)));
|
|
|
|
updateContext(m_contextManager->currentContext());
|
|
|
|
if (m_contextManager->currentContext() != NULL)
|
|
|
|
|
|
|
|
updateContext(m_contextManager->currentContext());
|
|
|
|
show();
|
|
|
|
show();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|