forked from qt-creator/qt-creator
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
This commit is contained in:
@@ -490,7 +490,6 @@ void QuickOpenToolWindow::showEvent(QShowEvent *event)
|
||||
|
||||
void QuickOpenToolWindow::showConfigureDialog()
|
||||
{
|
||||
ExtensionSystem::PluginManager::instance()
|
||||
->getObject<Core::ICore>()->showOptionsDialog(Constants::QUICKOPEN_CATEGORY,
|
||||
Core::ICore::instance()->showOptionsDialog(Constants::QUICKOPEN_CATEGORY,
|
||||
Constants::FILTER_OPTIONS_PAGE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user