forked from qt-creator/qt-creator
some more ICore related cleanup
This commit is contained in:
@@ -45,8 +45,8 @@ Q_DECLARE_METATYPE(QuickOpen::IQuickOpenFilter*)
|
||||
using namespace QuickOpen;
|
||||
using namespace QuickOpen::Internal;
|
||||
|
||||
SettingsPage::SettingsPage(Core::ICore *core, QuickOpenPlugin *plugin)
|
||||
: m_core(core), m_plugin(plugin), m_page(0)
|
||||
SettingsPage::SettingsPage(QuickOpenPlugin *plugin)
|
||||
: m_plugin(plugin), m_page(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user