Fix building with Qt 4.7
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 7 Apr 2013 21:40:57 +0000 (23:40 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 7 Apr 2013 21:40:57 +0000 (23:40 +0200)
commit74cd32c9ae940a7cfe0487cd1dd3f30df034d016
tree9d1a19eaef16d7cf05107722fdc23340cfd83b71
parent12fbdede1ac2d35359eab076ccecb203c04139c4
Fix building with Qt 4.7

For reasons unknown, qPrintable() doesn't work with QByteArray in Qt versions
prior to 4.8 (the confusing thing is why it works now, in fact). In any case,
it probably makes sense to print a binary blob using normal QDebug output for
QByteArrays anyway, rather than trying to convert it to a string.
src/common/keyevent.h