forked from qt-creator/qt-creator
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user