diff options
| author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-06-29 13:44:11 (GMT) |
|---|---|---|
| committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-06-29 13:57:11 (GMT) |
| commit | 4dcb46a3796fbd9baf1ba6dcddcc9944e69e3153 (patch) | |
| tree | 901c5591c4b97e19a29732be541595d742cafe6d /doc/src/snippets/stringlistmodel/main.cpp | |
| parent | 7fe4f8ff71cf09bbabbd3438ef637fe408a11c33 (diff) | |
| download | Qt-4dcb46a3796fbd9baf1ba6dcddcc9944e69e3153.zip Qt-4dcb46a3796fbd9baf1ba6dcddcc9944e69e3153.tar.gz Qt-4dcb46a3796fbd9baf1ba6dcddcc9944e69e3153.tar.bz2 | |
Add lacking parenthesis around bitwise AND operator.
This caused a crash in the diagramscene example because "!bits & something"
does not have the same meaning as "!(bits & something)", hence item was
never removed from the BSP resulting in a stale item pointer.
Diffstat (limited to 'doc/src/snippets/stringlistmodel/main.cpp')
0 files changed, 0 insertions, 0 deletions
