ToolChainsOptionsPage: Disable remove button on show

Reviewed-By: hunger
This commit is contained in:
dt
2011-02-23 16:40:22 +01:00
parent 041c27cb69
commit e95bda96db

View File

@@ -541,6 +541,8 @@ QWidget *ToolChainOptionsPage::createPage(QWidget *parent)
m_searchKeywords.remove(QLatin1Char('&'));
}
updateState();
return m_configWidget;
}