summaryrefslogtreecommitdiff
path: root/examples/positioning/weatherinfo/appmodel.h
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2020-02-14 16:25:01 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2020-02-17 15:28:42 +0100
commita95c1e3a7cf55a43ba1a8b963aa0c0df02655747 (patch)
tree89cc15a59b5c03074dcab041e2bc0a6abfce7591 /examples/positioning/weatherinfo/appmodel.h
parent0b81e828add7e77fd3aecaf46955f7d1a84321ae (diff)
downloadqtlocation-a95c1e3a7cf55a43ba1a8b963aa0c0df02655747.tar.gz
Remove use of bearer management from weatherinfo example
Change-Id: I8740a008b43b8a5476bdb3506e763acb4bd1b454 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples/positioning/weatherinfo/appmodel.h')
-rw-r--r--examples/positioning/weatherinfo/appmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/positioning/weatherinfo/appmodel.h b/examples/positioning/weatherinfo/appmodel.h
index a4d4e87a..f6657a59 100644
--- a/examples/positioning/weatherinfo/appmodel.h
+++ b/examples/positioning/weatherinfo/appmodel.h
@@ -156,7 +156,6 @@ public slots:
//! [2]
private slots:
void queryCity();
- void networkSessionOpened();
void positionUpdated(QGeoPositionInfo gpsPos);
void positionError(QGeoPositionInfoSource::Error e);
void handleGeoNetworkData(QNetworkReply *networkReply);