Removed debug statement that gave lot of output and which was not needed anymore.
This commit is contained in:
parent
48ac8c6bab
commit
033d2b3d45
1 changed files with 0 additions and 1 deletions
|
|
@ -160,7 +160,6 @@ void CodeEditor::gutterAreaPaintEvent(QPaintEvent *event)
|
||||||
void CodeEditor::keyPressEvent(QKeyEvent *e)
|
void CodeEditor::keyPressEvent(QKeyEvent *e)
|
||||||
{
|
{
|
||||||
auto k = e->key();
|
auto k = e->key();
|
||||||
qDebug() << QString("%1").arg(k, 0, 16);
|
|
||||||
if (k == Qt::Key_Tab) {
|
if (k == Qt::Key_Tab) {
|
||||||
// Function returns false if there was no selection to indent
|
// Function returns false if there was no selection to indent
|
||||||
if (indentSelection(true))
|
if (indentSelection(true))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue