From 5858916b27bd261eaa5c3869bc46557e18bd8e02 Mon Sep 17 00:00:00 2001 From: Alexander Volkov Date: Sat, 3 Dec 2016 01:47:31 +0300 Subject: Add missing override and remove redundant virtual Change-Id: I51c0fc424f44ae68c3c1c4cf6377e7701ee5a0dd Reviewed-by: Lorn Potter --- examples/sensors/grue/console_app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/sensors/grue/console_app/main.cpp') diff --git a/examples/sensors/grue/console_app/main.cpp b/examples/sensors/grue/console_app/main.cpp index 6eb5d062..29a629b5 100644 --- a/examples/sensors/grue/console_app/main.cpp +++ b/examples/sensors/grue/console_app/main.cpp @@ -61,7 +61,7 @@ public: { } - bool filter(QSensorReading *reading) + bool filter(QSensorReading *reading) override { int percent = reading->property("chanceOfBeingEaten").value(); if (percent == 0) { -- cgit v1.2.3