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 33a62ca commit 8e2d0b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/processing/qgsprocessingalgorithmdialogbase.cpp
Expand Up @@ -172,6 +172,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 8e2d0b0

Please sign in to comment.