Files
qt-creator/src/plugins/debugger/console
Christian Stenger 59be9e98bf Debugger: Avoid duplicate commit and close
The delegate triggers a commit and close already when
the focus is switched. So, the additional calls will
end up in a warning deep inside QAbstractItemView
and not processed.
Get rid of the obsolete calls and the warnings.

Change-Id: Ic27f6b1aa0b73f4bb82b0878650d8ae8ae8f87d2
Reviewed-by: hjk <hjk@qt.io>
2023-03-29 12:19:39 +00:00
..