summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsensorgestures_gestures/mockcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsensorgestures_gestures/mockcommon.h')
-rw-r--r--tests/auto/qsensorgestures_gestures/mockcommon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qsensorgestures_gestures/mockcommon.h b/tests/auto/qsensorgestures_gestures/mockcommon.h
index c3007337..cbb36f25 100644
--- a/tests/auto/qsensorgestures_gestures/mockcommon.h
+++ b/tests/auto/qsensorgestures_gestures/mockcommon.h
@@ -78,8 +78,8 @@ class mockcommon : public QSensorBackend
public:
mockcommon(QSensor *sensor);
- void start();
- void stop();
+ void start() override;
+ void stop() override;
static char const * const id;
Q_SIGNALS: