forked from qt-creator/qt-creator
Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <QtGui/QTextBlock>
|
||||
#include <QtGui/QTextDocument>
|
||||
|
||||
void Core::Utils::unCommentSelection(QPlainTextEdit *edit)
|
||||
void Utils::unCommentSelection(QPlainTextEdit *edit)
|
||||
{
|
||||
QTextCursor cursor = edit->textCursor();
|
||||
QTextDocument *doc = cursor.document();
|
||||
|
||||
Reference in New Issue
Block a user