diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-06-22 16:19:00 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-06-23 16:43:05 -0700 |
commit | 9aa7399c1d216a82a56ad314344eabadeda9a970 (patch) | |
tree | 4706e0540c7660ba9c69c828943c3e44232deb45 /profile-widget | |
parent | b8e3ad731996ddf2f063436b1c3638c96a62d3c6 (diff) | |
download | subsurface-9aa7399c1d216a82a56ad314344eabadeda9a970.tar.gz |
Now that we are building with C++11 we need override keyword
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget')
-rw-r--r-- | profile-widget/profilewidget2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index d745517f1..cc7f73e8e 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -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(); |