forked from qt-creator/qt-creator
TextEditor: Remove old qDebug()
Change-Id: I30e76c3e0f96e7b70f0c9f70d5c241a41d1c7a5f Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
committed by
David Schulz
parent
82381eda3c
commit
7a107e7d00
@@ -861,7 +861,6 @@ void BaseTextEditorWidget::gotoPreviousWordCamelCaseWithSelection()
|
||||
|
||||
void BaseTextEditorWidget::gotoNextWordCamelCase()
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
QTextCursor c = textCursor();
|
||||
camelCaseRight(c, QTextCursor::MoveAnchor);
|
||||
setTextCursor(c);
|
||||
@@ -874,8 +873,6 @@ void BaseTextEditorWidget::gotoNextWordCamelCaseWithSelection()
|
||||
setTextCursor(c);
|
||||
}
|
||||
|
||||
|
||||
|
||||
static QTextCursor flippedCursor(const QTextCursor &cursor)
|
||||
{
|
||||
QTextCursor flipped = cursor;
|
||||
|
||||
Reference in New Issue
Block a user