We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e60d61 commit 0c97525Copy full SHA for 0c97525
src/internal/QCodeEditor.cpp
@@ -811,7 +811,6 @@ bool QCodeEditor::event(QEvent *event)
811
812
auto blockPositionStart = cursor.positionInBlock() - copyCursor.positionInBlock();
813
QPair<int, int> positionOfTooltip{lineNumber, blockPositionStart};
814
- qDebug() << positionOfTooltip;
815
816
QString text;
817
for(auto const& e : m_squiggler)
0 commit comments