Skip to content

Commit

Permalink
fixes #46697
Browse files Browse the repository at this point in the history
QgsProcessingAlgorithmDialogBase shows algorithm help
  • Loading branch information
jakimowb authored and nyalldawson committed Jan 7, 2022
1 parent a70cf25 commit 28b7fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/processing/qgsprocessingalgorithmdialogbase.cpp
Expand Up @@ -304,6 +304,7 @@ void QgsProcessingAlgorithmDialogBase::setAlgorithm( QgsProcessingAlgorithm *alg
"dl dd { margin - bottom: 5px; }" ) );
textShortHelp->setHtml( algHelp );
connect( textShortHelp, &QTextBrowser::anchorClicked, this, &QgsProcessingAlgorithmDialogBase::linkClicked );
textShortHelp->show();
}

if ( algorithm->helpUrl().isEmpty() && algorithm->provider()->helpId().isEmpty() )
Expand Down

0 comments on commit 28b7fd9

Please sign in to comment.