mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
Apply suggestions from code review
This commit is contained in:
parent
a83ddeefb8
commit
4c992c4077
@ -257,7 +257,7 @@ constraint is not met.
|
|||||||
.. versionadded:: 3.30
|
.. versionadded:: 3.30
|
||||||
%End
|
%End
|
||||||
|
|
||||||
void setShowValidityState( const bool &show );
|
void setShowValidityState( bool show );
|
||||||
%Docstring
|
%Docstring
|
||||||
Sets whether the attribute table will add a visual feedback to cells when an attribute constraint
|
Sets whether the attribute table will add a visual feedback to cells when an attribute constraint
|
||||||
is not met.
|
is not met.
|
||||||
|
@ -268,7 +268,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
|
|||||||
* is not met.
|
* is not met.
|
||||||
* \since QGIS 3.30
|
* \since QGIS 3.30
|
||||||
*/
|
*/
|
||||||
void setShowValidityState( const bool &show ) { mShowValidityState = show; }
|
void setShowValidityState( bool show ) { mShowValidityState = show; }
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user