diff options
-rw-r--r-- | connectiondata.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |