From 76c0963f280484adaf859958b7d7017ddc4dc5da Mon Sep 17 00:00:00 2001 From: Alexander Volkov Date: Thu, 11 Jun 2020 17:16:40 +0300 Subject: Add missing override Change-Id: Ieae01bc4669cdd503f97399c622989795a0ad734 Reviewed-by: Alex Blasche --- src/location/places/qplacedetailsreply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/location/places/qplacedetailsreply.h') diff --git a/src/location/places/qplacedetailsreply.h b/src/location/places/qplacedetailsreply.h index 6c3acca7..97806bc9 100644 --- a/src/location/places/qplacedetailsreply.h +++ b/src/location/places/qplacedetailsreply.h @@ -50,7 +50,7 @@ public: explicit QPlaceDetailsReply(QObject *parent = nullptr); virtual ~QPlaceDetailsReply(); - QPlaceReply::Type type() const; + QPlaceReply::Type type() const override; QPlace place() const; -- cgit v1.2.1