Use override in a few more places to avoid compiler warnings
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Sep 2016 21:03:30 +0000 (23:03 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Sep 2016 21:03:30 +0000 (23:03 +0200)
commit4e53ef2a62b2b6b4f103b016bf2f4260a9c02ad4
treed8b4c3286030723ce61788d2af374898154d24d3
parent8eab2bd6ca5c9b8de11ed1db6d0900d9c9360a5d
Use override in a few more places to avoid compiler warnings

Clang complains about inconsistent use of virtual and override, and
for some reason the only offender when building against Qt 5 was
multilineedit.h. This commit fixes the ungodly amount of warnings that
that one header produced.

When building against Qt 4 we still get warnings from the various
application classes; however fixing them triggers a million new
warnings related to Q_OBJECT which is beyond our control, so we'll
just have to wait until we can finally deprecate support for Qt 4
for good...
src/uisupport/multilineedit.h