Skip to content

Commit

Permalink
App doc and style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Oct 30, 2017
1 parent 910b9ea commit 9b670d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/qgssourcefieldsproperties.cpp
Expand Up @@ -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:
Expand Down

0 comments on commit 9b670d0

Please sign in to comment.