You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notify( tr( "Set Field Comment" ), tr( "Failed to set comment for field '%1': %2" ).arg( itemName, ex.what() ), context, Qgis::MessageLevel::Critical );
1532
+
}
1533
+
}
1534
+
} );
1535
+
1536
+
menu->addAction( setCommentAction );
1537
+
}
1538
+
1510
1539
if ( conn && conn->capabilities().testFlag( QgsAbstractDatabaseProviderConnection::Capability::DeleteField ) )
1511
1540
{
1512
1541
QAction *deleteFieldAction = newQAction( tr( "Delete Field…" ), menu );
0 commit comments