mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
Identation
This commit is contained in:
parent
6d67f01a4a
commit
2f17a3ceee
@ -690,10 +690,10 @@ QVariant QgsAttributeTableModel::data( const QModelIndex &index, int role ) cons
|
||||
case Qt::DisplayRole:
|
||||
case Qt::ToolTipRole:
|
||||
return mFieldFormatters.at( index.column() )->representValue( layer(),
|
||||
fieldId,
|
||||
mWidgetConfigs.at( index.column() ),
|
||||
mAttributeWidgetCaches.at( index.column() ),
|
||||
val );
|
||||
fieldId,
|
||||
mWidgetConfigs.at( index.column() ),
|
||||
mAttributeWidgetCaches.at( index.column() ),
|
||||
val );
|
||||
|
||||
case Qt::EditRole:
|
||||
return val;
|
||||
|
Loading…
x
Reference in New Issue
Block a user