aboutsummaryrefslogtreecommitdiff
path: root/launcher/Env.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/Env.cpp')
-rw-r--r--launcher/Env.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Env.cpp b/launcher/Env.cpp
index abf9f58c..630ba534 100644
--- a/launcher/Env.cpp
+++ b/launcher/Env.cpp
@@ -59,7 +59,7 @@ shared_qobject_ptr< HttpMetaCache > Env::metacache()
return d->m_metacache;
}
-QNetworkAccessManager& Env::qnam() const
+QNetworkAccessManager& Env::network() const
{
return d->m_qnam;
}