diff options
author | Alex Borisov <b0ric.alex@gmail.com> | 2012-03-18 09:51:39 +0200 |
---|---|---|
committer | Alex Borisov <b0ric.alex@gmail.com> | 2012-03-18 09:51:39 +0200 |
commit | d52c505daaef53cd1c039c1d2b993b7d389c9d94 (patch) | |
tree | 1a9fb70388d3c34d8e12cf0f7b2bf8cdce90fdf8 /client/Utility.cpp | |
parent | 036dd14e811bd84dea65264a91f11a489538f1b1 (diff) |
FIX: infinite uploading issue, download speed issue
Diffstat (limited to 'client/Utility.cpp')
-rw-r--r-- | client/Utility.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/Utility.cpp b/client/Utility.cpp index 547a56a..4adf348 100644 --- a/client/Utility.cpp +++ b/client/Utility.cpp @@ -1,7 +1,6 @@ #include <QCryptographicHash> #include "client.h" -#include "Logger.h" #include "Utility.h" @@ -52,4 +51,4 @@ char* wstrdup(_TCHAR* wSrc) return l_nstr; } -#endif
\ No newline at end of file +#endif |