Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
App doc and style changes
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
src/app/qgssourcefieldsproperties.cpp
|
@@ -136,7 +136,8 @@ void QgsSourceFieldsProperties::attributeAdded( int idx ) |
|
|
if ( sorted ) |
|
|
mFieldsList->setSortingEnabled( true ); |
|
|
|
|
|
for( int i = 0; i < 7; i++ ){ // mFieldsList->columnCount() |
|
|
for ( int i = 0; i < 7; i++ ) // mFieldsList->columnCount() |
|
|
{ |
|
|
switch ( mLayer->fields().fieldOrigin( idx ) ) |
|
|
{ |
|
|
case QgsFields::OriginExpression: |
|
|