mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Add missing override keyword
This commit is contained in:
parent
66ef66ca0d
commit
b78d2a4eda
@ -114,8 +114,8 @@ public:
|
||||
Menus & menus();
|
||||
|
||||
/// \returns the draw strategy used by the application
|
||||
DrawStrategy drawStrategy() const;
|
||||
virtual docstring drawStrategyDescription() const override;
|
||||
DrawStrategy drawStrategy() const override;
|
||||
docstring drawStrategyDescription() const override;
|
||||
|
||||
/// \name Methods inherited from QApplication class
|
||||
//@{
|
||||
|
Loading…
Reference in New Issue
Block a user