Changed reachable Q_UNREACHABLE into Q_UNIMPLEMENTED.
authorErik Verbruggen <erik.verbruggen@me.com>
Thu, 17 Jan 2013 15:49:19 +0000 (16:49 +0100)
committerLars Knoll <lars.knoll@digia.com>
Thu, 17 Jan 2013 20:25:32 +0000 (21:25 +0100)
commit4a30de5fd0b28d7b1c529e8fc16275fb91a3e2db
treea3eda23c7f08d48370fbd810fa8c74066922d9e0
parente7729e28f0c4c27bcbc780938bf47385877c2d60
Changed reachable Q_UNREACHABLE into Q_UNIMPLEMENTED.

They are probably unreachable, but this way we get notified if they are
reachable after all. Easier to fix than silent ignoration.

Change-Id: I2eafb6ad9fe4bdd7cba9490e9e4f991bb96c5715
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qv4isel_p.cpp