Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 16, 2018
1 parent 8b5bf3c commit 4459c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgisinterface.sip.in
Expand Up @@ -1065,7 +1065,7 @@ QGIS documentation, set useQgisDocDirectory to false.

virtual bool openFeatureForm( QgsVectorLayer *l, QgsFeature &f, bool updateFeatureOnly = false, bool showModal = true ) = 0;
%Docstring
Open feature form.
Opens a new feature form.
Returns true if dialog was accepted (if shown modal, true otherwise).

:param l: vector layer
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgisinterface.h
Expand Up @@ -885,7 +885,7 @@ class GUI_EXPORT QgisInterface : public QObject
virtual void openURL( const QString &url, bool useQgisDocDirectory = true ) = 0 SIP_DEPRECATED;

/**
* Open feature form.
* Opens a new feature form.
* Returns true if dialog was accepted (if shown modal, true otherwise).
* \param l vector layer
* \param f feature to show/modify
Expand Down

0 comments on commit 4459c9a

Please sign in to comment.