]> 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>
Thu, 3 Jan 2019 09:22:11 +0000 (10:22 +0100)
commitb9116e8b81f55ee795ea444ee02ff921bf82606a
tree09d7f8342b359823e0147eda665077315ce53f52
parent36aa0526e08fb6b91c039539eb3911f14c9905dc
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).

(cherry picked from commit c8f4b68423520378d02fe9f953d94759b862dc55)
src/frontends/qt4/GuiApplication.h
status.23x