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();
void setFontPrintScale(double scale);
#ifndef SUBSURFACE_MOBILE
virtual bool eventFilter(QObject *, QEvent *);
virtual bool eventFilter(QObject *, QEvent *) override;
void clearHandlers();
#endif
void recalcCeiling();