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

Please sign in to comment.