1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

Now that we are building with C++11 we need override keyword

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-06-22 16:19:00 -07:00
parent b8e3ad7319
commit 9aa7399c1d

View file

@ -81,7 +81,7 @@ public:
double getFontPrintScale(); double getFontPrintScale();
void setFontPrintScale(double scale); void setFontPrintScale(double scale);
#ifndef SUBSURFACE_MOBILE #ifndef SUBSURFACE_MOBILE
virtual bool eventFilter(QObject *, QEvent *); virtual bool eventFilter(QObject *, QEvent *) override;
void clearHandlers(); void clearHandlers();
#endif #endif
void recalcCeiling(); void recalcCeiling();