]> git.lyx.org Git - lyx.git/commit
Add override statements to please clang
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 2 Jan 2019 17:49:23 +0000 (18:49 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 2 Jan 2019 17:49:23 +0000 (18:49 +0100)
commitc8f4b68423520378d02fe9f953d94759b862dc55
tree214756341de9db1b279d63f4e236046576a06e58
parentfba9f5b9e884f0a988bd77992772eb4986eecdec
Add override statements to please clang

Eventually, all overridden virtual methods should be marked properly.
Currently, clang only warns about those in classes that already use
override in at least one place (which was the case dor GuiApplication).
src/frontends/qt4/GuiApplication.h