From 795fa8c45bec3569cc74f02750d831031dbe29d1 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Wed, 22 Nov 2017 14:28:09 +0900 Subject: Force-create NAM earlier To somewhat ease a bump at sending the first network request. --- connectiondata.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/connectiondata.cpp b/connectiondata.cpp index a982ed3e..4276fd19 100644 --- a/connectiondata.cpp +++ b/connectiondata.cpp @@ -50,6 +50,7 @@ struct ConnectionData::Private ConnectionData::ConnectionData(QUrl baseUrl) : d(new Private) { + nam(); // Just to ensure NAM is created d->baseUrl = baseUrl; } -- cgit v1.2.3