From 7950445137458a25366a09800c650e42d90b7869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Sun, 3 Sep 2023 00:00:03 +0000 Subject: [PATCH] [platform]: Add comment and link to ETimeout in TLocationError MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Géczi --- platform/location.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/location.hpp b/platform/location.hpp index 0bed1ef8e0..81de37cd0e 100644 --- a/platform/location.hpp +++ b/platform/location.hpp @@ -18,7 +18,7 @@ namespace location ENotSupported, EDenied, EGPSIsOff, - ETimeout, + ETimeout, // Only used on Qt https://doc.qt.io/qt-6/qgeopositioninfosource.html#Error-enum EUnknown };