Skip to content

Commit d4766a7

Browse files
Analysis init issue
1 parent c503f0c commit d4766a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QMLComponents/analysisform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ AnalysisForm::AnalysisForm(QQuickItem *parent) : QQuickItem(parent)
4646

4747
connect(this, &AnalysisForm::infoChanged, this, &AnalysisForm::helpMDChanged );
4848
connect(this, &AnalysisForm::infoBottomChanged, this, &AnalysisForm::helpMDChanged );
49-
connect(this, &AnalysisForm::formCompletedSignal, this, &AnalysisForm::formCompletedHandler, Qt::QueuedConnection);
49+
connect(this, &AnalysisForm::formCompletedSignal, this, &AnalysisForm::formCompletedHandler, Qt::DirectConnection);
5050
connect(this, &AnalysisForm::analysisChanged, this, &AnalysisForm::knownIssuesUpdated, Qt::QueuedConnection);
5151
connect(KnownIssues::issues(), &KnownIssues::knownIssuesUpdated, this, &AnalysisForm::knownIssuesUpdated, Qt::QueuedConnection);
5252
connect(this, &AnalysisForm::showAllROptionsChanged, this, &AnalysisForm::rSyntaxTextChanged, Qt::QueuedConnection);

0 commit comments

Comments
 (0)