mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
NOPAD
This commit is contained in:
parent
1c391d3aca
commit
c9e9069a0a
@ -1238,7 +1238,7 @@ void QgsAttributeForm::updateEditableState()
|
||||
{
|
||||
QWidget *w { it.key() };
|
||||
bool ok;
|
||||
const bool isEditable { it->valueAsBool( context, true, &ok ) &&mLayer &&mLayer->isEditable() };
|
||||
const bool isEditable { it->valueAsBool( context, true, &ok ) && mLayer && mLayer->isEditable() }; // *NOPAD*
|
||||
if ( ok )
|
||||
{
|
||||
QgsAttributeFormEditorWidget *editorWidget { qobject_cast<QgsAttributeFormEditorWidget *>( w ) };
|
||||
|
Loading…
x
Reference in New Issue
Block a user