mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -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
|
||||
%End
|
||||
|
||||
void setShowValidityState( const bool &show );
|
||||
void setShowValidityState( bool show );
|
||||
%Docstring
|
||||
Sets whether the attribute table will add a visual feedback to cells when an attribute constraint
|
||||
is not met.
|
||||
|
@ -268,7 +268,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
|
||||
* is not met.
|
||||
* \since QGIS 3.30
|
||||
*/
|
||||
void setShowValidityState( const bool &show ) { mShowValidityState = show; }
|
||||
void setShowValidityState( bool show ) { mShowValidityState = show; }
|
||||
|
||||
public slots:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user