forked from qt-creator/qt-creator
Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
This commit is contained in:
@@ -1888,7 +1888,7 @@ void CPPEditor::setFontSettings(const TextEditor::FontSettings &fs)
|
||||
|
||||
void CPPEditor::unCommentSelection()
|
||||
{
|
||||
Core::Utils::unCommentSelection(this);
|
||||
Utils::unCommentSelection(this);
|
||||
}
|
||||
|
||||
CPPEditor::Link CPPEditor::linkToSymbol(CPlusPlus::Symbol *symbol)
|
||||
|
||||
Reference in New Issue
Block a user