forked from qt-creator/qt-creator
Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
This commit is contained in:
@@ -128,7 +128,7 @@ private:
|
||||
friend class DebuggerPlugin;
|
||||
Ui::FakeVimOptionPage m_ui;
|
||||
|
||||
Core::Utils::SavedActionSet m_group;
|
||||
Utils::SavedActionSet m_group;
|
||||
};
|
||||
|
||||
QWidget *FakeVimOptionPage::createPage(QWidget *parent)
|
||||
|
||||
Reference in New Issue
Block a user