Skip to content

Commit 0bd1b7a

Browse files
committed
Fix failing dox test
1 parent 244ba5c commit 0bd1b7a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/gui/auto_generated/qgsexpressionbuilderwidget.sip.in

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ Registers a node item for the expression builder.
210210
:param type: The type of the expression item.
211211
:param highlightedItem: set to true to make the item highlighted, which inserts a bold copy of the item at the top level
212212
:param sortOrder: sort ranking for item
213+
:param icon: custom icon to show for item
213214
%End
214215

215216
bool isExpressionValid();

src/gui/qgsexpressionbuilderwidget.h

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ class GUI_EXPORT QgsExpressionBuilderWidget : public QWidget, private Ui::QgsExp
213213
* \param type The type of the expression item.
214214
* \param highlightedItem set to true to make the item highlighted, which inserts a bold copy of the item at the top level
215215
* \param sortOrder sort ranking for item
216+
* \param icon custom icon to show for item
216217
*/
217218
void registerItem( const QString &group, const QString &label, const QString &expressionText,
218219
const QString &helpText = QString(),

0 commit comments

Comments
 (0)