Remove unreachable code paths from QQuickChangeSet.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Thu, 9 Aug 2012 00:24:50 +0000 (10:24 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 27 Aug 2012 00:01:31 +0000 (02:01 +0200)
commit4a161cfa0cf9167b575bdf7ff5685b9bf17c6960
tree6ad010e526b4aedad0813e1680c0343f11817dc7
parent29c16206d9133d2341673b2943145941e88352e9
Remove unreachable code paths from QQuickChangeSet.

In any circumstance these if statements would evaluate to true, a
previous branch of the else if block will be taken first.

Change-Id: I7f48769ebfbb1cf5105b875a63530d1c37056c11
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/quick/util/qquickchangeset.cpp