Skip to content

Commit

Permalink
LineEditView: Remove qDebug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStevns committed Sep 26, 2024
1 parent a407f92 commit 54d35f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/lineeditwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ void LineEditWidget::mouseDoubleClickEvent(QMouseEvent* event)
{
QLineEdit::mouseDoubleClickEvent(event);

qDebug() << "LineEditView: double click";
setReadOnly(false);
setFocus();
selectAll();
Expand Down

0 comments on commit 54d35f2

Please sign in to comment.