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 c503f0c commit d4766a7Copy full SHA for d4766a7
QMLComponents/analysisform.cpp
@@ -46,7 +46,7 @@ AnalysisForm::AnalysisForm(QQuickItem *parent) : QQuickItem(parent)
46
47
connect(this, &AnalysisForm::infoChanged, this, &AnalysisForm::helpMDChanged );
48
connect(this, &AnalysisForm::infoBottomChanged, this, &AnalysisForm::helpMDChanged );
49
- connect(this, &AnalysisForm::formCompletedSignal, this, &AnalysisForm::formCompletedHandler, Qt::QueuedConnection);
+ connect(this, &AnalysisForm::formCompletedSignal, this, &AnalysisForm::formCompletedHandler, Qt::DirectConnection);
50
connect(this, &AnalysisForm::analysisChanged, this, &AnalysisForm::knownIssuesUpdated, Qt::QueuedConnection);
51
connect(KnownIssues::issues(), &KnownIssues::knownIssuesUpdated, this, &AnalysisForm::knownIssuesUpdated, Qt::QueuedConnection);
52
connect(this, &AnalysisForm::showAllROptionsChanged, this, &AnalysisForm::rSyntaxTextChanged, Qt::QueuedConnection);
0 commit comments