Qt: updated qt bindings to version 2.1, library name is changed in this bindings version.

git-svn-id: trunk@23858 -
This commit is contained in:
zeljko 2010-03-07 10:20:29 +00:00
parent 8b17054a01
commit f8b2fa9e8f
2 changed files with 8080 additions and 7810 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1178,7 +1178,7 @@ begin
QTransform_inverted(Matrix, MatrixInv, @Inverted);
QtPoint.X := P^.X;
QtPoint.Y := P^.Y;
QTransform_map(MatrixInv, @QtPoint, @QtPoint);
QTransform_map(MatrixInv, PQtPoint(@QtPoint), PQtPoint(@QtPoint));
P^.X := QtPoint.X;
P^.Y := QtPoint.Y;
Inc(P);