Skip to content

Commit

Permalink
Fix failing dox test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 25, 2018
1 parent 244ba5c commit 0bd1b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -210,6 +210,7 @@ Registers a node item for the expression builder.
:param type: The type of the expression item.
:param highlightedItem: set to true to make the item highlighted, which inserts a bold copy of the item at the top level
:param sortOrder: sort ranking for item
:param icon: custom icon to show for item
%End

bool isExpressionValid();
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgsexpressionbuilderwidget.h
Expand Up @@ -213,6 +213,7 @@ class GUI_EXPORT QgsExpressionBuilderWidget : public QWidget, private Ui::QgsExp
* \param type The type of the expression item.
* \param highlightedItem set to true to make the item highlighted, which inserts a bold copy of the item at the top level
* \param sortOrder sort ranking for item
* \param icon custom icon to show for item
*/
void registerItem( const QString &group, const QString &label, const QString &expressionText,
const QString &helpText = QString(),
Expand Down

0 comments on commit 0bd1b7a

Please sign in to comment.