Fix warnings in tst_qquickaccessible.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Mon, 30 Sep 2013 13:58:05 +0000 (15:58 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 3 Oct 2013 06:53:21 +0000 (08:53 +0200)
commitffceec08fabdc83de65c3b0d56686618dc19efdf
tree99c1da09648122b1b437ed57fcada056298fe2db
parentb3330685f5a92ec78785a00d26353f6a9c4a0cc1
Fix warnings in tst_qquickaccessible.

tst_qquickaccessible.cpp: In function 'int verifyHierarchy(QAccessibleInterface*)':
tst_qquickaccessible.cpp:70:27: warning: variable 'middleChild' set but not used
tst_qquickaccessible.cpp: In function 'QAccessibleInterface*
topLevelChildAt(QAccessibleInterface*, int, int)': tst_qquickaccessible.cpp:325:46:
warning: suggest parentheses around assignment used as truth value.

Change-Id: I80f9a1e5438279add3671828a3145af2b1f2abf8
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
tests/auto/quick/qquickaccessible/tst_qquickaccessible.cpp