Skip to content

Commit 4459c9a

Browse files
committed
Dox
1 parent 8b5bf3c commit 4459c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/gui/auto_generated/qgisinterface.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ QGIS documentation, set useQgisDocDirectory to false.
10651065

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

10711071
:param l: vector layer

src/gui/qgisinterface.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ class GUI_EXPORT QgisInterface : public QObject
885885
virtual void openURL( const QString &url, bool useQgisDocDirectory = true ) = 0 SIP_DEPRECATED;
886886

887887
/**
888-
* Open feature form.
888+
* Opens a new feature form.
889889
* Returns true if dialog was accepted (if shown modal, true otherwise).
890890
* \param l vector layer
891891
* \param f feature to show/modify

0 commit comments

Comments
 (0)