Skip to content

Commit

Permalink
followup 7d9b8dd
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 25, 2014
1 parent 39eaff9 commit d7bd9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsfieldmodel.cpp
Expand Up @@ -93,13 +93,13 @@ void QgsFieldModel::updateModel()
endResetModel();
}
else
emit dataChanged( index(0, 0 ), index( rowCount(), 0 ));
emit dataChanged( index( 0, 0 ), index( rowCount(), 0 ) );
}
else
{
beginResetModel();
mFields = QgsFields();
beginResetModel();
endResetModel();
}
}

Expand Down

0 comments on commit d7bd9c7

Please sign in to comment.