Skip to content
Permalink
Browse files
followup 7d9b8dd
  • Loading branch information
3nids committed Jun 25, 2014
1 parent 39eaff9 commit d7bd9c7
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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();
}
}

0 comments on commit d7bd9c7

Please sign in to comment.