Avoid deprecation warnings with Qt 5.7
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Sep 2016 20:28:46 +0000 (22:28 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 4 Apr 2018 21:14:03 +0000 (23:14 +0200)
commite53ecca1883cbf250c3b29c4cb6e50f3c7e66eec
tree7a9a84a5ca803b0369e97baca88367ba3da0df84
parentab4d26e75d93819b31d235f254d18dcb008b884e
Avoid deprecation warnings with Qt 5.7

The versioned QStyleOption derivatives are deprecated in Qt 5,
and Qt 5.7 actually gets noisy about that. So remove these by
the unversioned class names.

(cherry picked from commit 8eab2bd6ca5c9b8de11ed1db6d0900d9c9360a5d)
src/uisupport/bufferview.cpp
src/uisupport/multilineedit.cpp