Qt5: QKeySequence doesn't convert to int anymore
commit13c853d92fc23e756f723765b3ce9d1aa591094f
authorCristian Tibirna <cristian@tibirna.org>
Sun, 24 Mar 2013 00:30:52 +0000 (23 20:30 -0400)
committerCristian Tibirna <cristian@tibirna.org>
Tue, 19 Nov 2013 17:13:43 +0000 (19 12:13 -0500)
treefb73e0f8bbe69b83d2b19c6812beb740e68492ae
parent09df71bfc805627374a4422a3ab96e3c05e83df8
Qt5: QKeySequence doesn't convert to int anymore

Thus uses in a switch construct do not compile anymore.

This required a careful conversion to a cascaded if..else if construct.
src/mainimpl.cpp