QmlJSEditor: Remove unneeded indirection via qmljsicontextpane.h

Change-Id: I39989fdb697dc7078a01f9582b790ee91021e3ab
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2023-09-01 15:18:36 +02:00
parent 76a95ff0ee
commit b9188fb747
6 changed files with 21 additions and 50 deletions

View File

@@ -126,7 +126,7 @@ void QmlJSEditorWidget::finalizeInitialization()
if (m_contextPane) {
connect(this, &QmlJSEditorWidget::cursorPositionChanged,
&m_contextPaneTimer, QOverload<>::of(&QTimer::start));
connect(m_contextPane, &IContextPane::closed, this, &QmlJSEditorWidget::showTextMarker);
connect(m_contextPane, &QuickToolBar::closed, this, &QmlJSEditorWidget::showTextMarker);
}
connect(this->document(), &QTextDocument::modificationChanged,