mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:03:23 +00:00
Remove debug output left in the previous commit by mistake
Oops. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f262ed69cc
commit
4e9a29a0af
1 changed files with 0 additions and 1 deletions
|
@ -165,7 +165,6 @@ void TagWidget::keyPressEvent(QKeyEvent *e) {
|
|||
}
|
||||
if (e->key() == Qt::Key_Tab) { // let's pretend this is a comma instead
|
||||
QKeyEvent *fakeEvent = new QKeyEvent(e->type(), Qt::Key_Comma, e->modifiers(), QString(","));
|
||||
qDebug() << "sending comma instead";
|
||||
GroupedLineEdit::keyPressEvent(fakeEvent);
|
||||
free(fakeEvent);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue