summaryrefslogtreecommitdiff
path: root/tests/auto/utils/qlocationtestutils_p.h
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2021-02-08 14:09:27 +0100
committerIvan Solovev <ivan.solovev@qt.io>2021-02-12 10:47:02 +0100
commit4ca9fd760f1511e00301a8f13c10108fe83823e7 (patch)
treeb0a7cac08a3e88df5c865e1f44ebcc57bbf51a80 /tests/auto/utils/qlocationtestutils_p.h
parent67f840a23295ad5d202005fc4913857d2da3edf5 (diff)
downloadqtlocation-4ca9fd760f1511e00301a8f13c10108fe83823e7.tar.gz
QtPositioning: move QNmeaSatelliteInfoSource to the library
- Move files from plugin to the library. - Add virtual methods, so that NMEA parsing can be overridden. - Add and update unit tests Task-number: QTBUG-90491 Change-Id: Ia2deb27c97c1552cd96832a47fe944bdc7638a07 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'tests/auto/utils/qlocationtestutils_p.h')
-rw-r--r--tests/auto/utils/qlocationtestutils_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/utils/qlocationtestutils_p.h b/tests/auto/utils/qlocationtestutils_p.h
index 05c325fd..fec8d164 100644
--- a/tests/auto/utils/qlocationtestutils_p.h
+++ b/tests/auto/utils/qlocationtestutils_p.h
@@ -45,6 +45,9 @@ namespace QLocationTestUtils
QString createGgaSentence(int lat, int lng, const QTime &time);
QString createZdaSentence(const QDateTime &dt);
QString createGsaSentence();
+ QString createGsvSentence();
+ QString createGsaLongSentence();
+ QString createGsvLongSentence();
//The purpose of compareEquality() is to test equality
//operators where it is expected that A == B.