From ae9a8826d73fa689e81c43038bb13226c9cb9ac7 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Mon, 23 Mar 2020 10:03:47 +0100 Subject: QtLocation: get rid of now unneeded qOverloads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In a preparation for final cleanup in dev/Qt6. This amends the recent change in QtNetwork where we deprecated ambiguous signal overload. Also, fix old SIGNAL to use the proper name. Task-number: QTBUG-82605 Change-Id: Ifc92ce4569ba15ac5429fe379f134a6dbe3a5f73 Reviewed-by: MÃ¥rten Nordheim --- tests/auto/nokia_services/routing/tst_routing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/nokia_services/routing/tst_routing.cpp b/tests/auto/nokia_services/routing/tst_routing.cpp index 833c95af..fdfdfe0a 100644 --- a/tests/auto/nokia_services/routing/tst_routing.cpp +++ b/tests/auto/nokia_services/routing/tst_routing.cpp @@ -103,7 +103,7 @@ void MockGeoNetworkReply::setFile(QFile* file) void MockGeoNetworkReply::complete() { if (error() != QNetworkReply::NoError) - emit error(error()); + emit errorOccurred(error()); setFinished(true); emit finished(); } -- cgit v1.2.3