summaryrefslogtreecommitdiffstats
path: root/profile-widget
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-06-22 16:19:00 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-06-23 16:43:05 -0700
commit9aa7399c1d216a82a56ad314344eabadeda9a970 (patch)
tree4706e0540c7660ba9c69c828943c3e44232deb45 /profile-widget
parentb8e3ad731996ddf2f063436b1c3638c96a62d3c6 (diff)
downloadsubsurface-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.h2
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();