Skip to content

Commit d7bd9c7

Browse files
committedJun 25, 2014
followup 7d9b8dd
1 parent 39eaff9 commit d7bd9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/gui/qgsfieldmodel.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ void QgsFieldModel::updateModel()
9393
endResetModel();
9494
}
9595
else
96-
emit dataChanged( index(0, 0 ), index( rowCount(), 0 ));
96+
emit dataChanged( index( 0, 0 ), index( rowCount(), 0 ) );
9797
}
9898
else
9999
{
100100
beginResetModel();
101101
mFields = QgsFields();
102-
beginResetModel();
102+
endResetModel();
103103
}
104104
}
105105

0 commit comments

Comments
 (0)
Please sign in to comment.