modernize: Use override instead of virtual
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 5 Sep 2018 22:36:28 +0000 (00:36 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
Let clang-tidy fix all occurrences where override should be used
instead of virtual. Also, let it annotate member functions where
virtual was missing in the first place.


No differences found