diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-17 03:33:07 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-17 03:33:07 (GMT) |
commit | 987819bf3d28e18a51ad9f654bf25903650d7ee4 (patch) | |
tree | 3ff6dc53ddc7bf1ea1ac8a662c95920e164edfe7 /src/declarative/qml/qmlinstruction_p.h | |
parent | 89464ba786864f8a905c0d9939033970ac10f978 (diff) | |
download | Qt-987819bf3d28e18a51ad9f654bf25903650d7ee4.zip Qt-987819bf3d28e18a51ad9f654bf25903650d7ee4.tar.gz Qt-987819bf3d28e18a51ad9f654bf25903650d7ee4.tar.bz2 |
QmlInstruction autotest
Diffstat (limited to 'src/declarative/qml/qmlinstruction_p.h')
-rw-r--r-- | src/declarative/qml/qmlinstruction_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlinstruction_p.h b/src/declarative/qml/qmlinstruction_p.h index 15e4fdf..50d4b62 100644 --- a/src/declarative/qml/qmlinstruction_p.h +++ b/src/declarative/qml/qmlinstruction_p.h @@ -194,7 +194,7 @@ public: int property; int owner; int castValue; - } assignValueInterceptor; //### merge with above + } assignValueInterceptor; struct { int property; int value; |