DataModel.rowRemoved
void rowRemoved(int row)Emits the 'row_removed' and 'changed' signal on model.
This method should only be used by #GdaDataModel implementations to signal that a row has been removed
Parameters
row | row number. |
void rowRemoved(int row)Emits the 'row_removed' and 'changed' signal on model.
This method should only be used by #GdaDataModel implementations to signal that a row has been removed
row | row number. |