Qt: fixed warnings

git-svn-id: trunk@26626 -
This commit is contained in:
zeljko 2010-07-13 14:55:49 +00:00
parent cbc5a306cd
commit b6beec0f82

View File

@ -160,7 +160,7 @@ begin
if ACursor > crHigh then Exit;
// TODO: map is better
case TCursor(ACursor) of
case ACursor of
crNone : CursorShape := QtBlankCursor;
crArrow : CursorShape := QtArrowCursor;
crCross : CursorShape := QtCrossCursor;