QKeySequence's int operator is deprecated
authorBas Pape <baspape@gmail.com>
Sat, 20 Apr 2013 12:48:08 +0000 (14:48 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Mar 2014 23:21:25 +0000 (00:21 +0100)
commit7e9fac6dac4771d9e9e7c2854eebe6a7a16eede0
treea708d8f13b3383aa8d3e7b94a58b08200a4fdc3d
parent8c0ef4c0ef888da1a1c409c9def063cadbfb707b
QKeySequence's int operator is deprecated

operator int returns the first key in the sequence, so just use that
one directly.
src/uisupport/tabcompleter.cpp