summaryrefslogtreecommitdiff
path: root/src/nxmaccessmanager.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-09-02 18:51:17 +0200
committerTannin <devnull@localhost>2013-09-02 18:51:17 +0200
commit0fa7155eb831dbc16fe0609f83c2755bb2b5dc24 (patch)
treec81897533cd5485ecbf457f71b78847b6a4aca0e /src/nxmaccessmanager.cpp
parentc6c61ce7920897d1e3e34088ee48d9f24b0dd7ec (diff)
- 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
Diffstat (limited to 'src/nxmaccessmanager.cpp')
-rw-r--r--src/nxmaccessmanager.cpp2
1 files changed, 1 insertions, 1 deletions
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()
{
}