From 0fa7155eb831dbc16fe0609f83c2755bb2b5dc24 Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 2 Sep 2013 18:51:17 +0200 Subject: - bugfix: division-by-zero error in the newly introduced server-speed calculation - bugfix: temp files extracted during fomod installation were not cleaned up. This still doesn't remove directories - bugfix: fomod installer didn't find the installer xmls because they are in a subdirectory since release 0.99.4 --- src/nxmaccessmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxmaccessmanager.cpp') diff --git a/src/nxmaccessmanager.cpp b/src/nxmaccessmanager.cpp index 008d20a6..d83ffa61 100644 --- a/src/nxmaccessmanager.cpp +++ b/src/nxmaccessmanager.cpp @@ -40,7 +40,7 @@ using namespace MOShared; NXMAccessManager::NXMAccessManager(QObject *parent) - : QNetworkAccessManager(parent), m_LoginReply(NULL) + : QNetworkAccessManager(parent), m_LoginReply(NULL), m_ProgressDialog() { } -- cgit v1.3.1