diff options
| author | Tannin <devnull@localhost> | 2014-01-18 19:51:58 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-01-18 19:51:58 +0100 |
| commit | e69210b3a78c4a6c63086d84e6bdb2c3b47d8944 (patch) | |
| tree | 5bae6e217c9734b0403606bea3e419a955c1aca4 /src/selfupdater.cpp | |
| parent | 40d20ab294ad7afd4b5747b306e45d0f8712a386 (diff) | |
- when a download server returns a text file, it's assumed to be an error and the text displayed as an error
- save games can now be deleted from inside MO
- bugfix: removing the pending download entry failed if the download-url request failed
- bugfix: download manager didn't stop automatically resuming failed downloads under certain circumstances
- bugfix: uninstalled downloads were treated as not-finished when refreshing the download list
- bugfix: updating the filesystem watcher on the saves directory didn't work correctly
Diffstat (limited to 'src/selfupdater.cpp')
| -rw-r--r-- | src/selfupdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp index 2a9ca893..3a0db83f 100644 --- a/src/selfupdater.cpp +++ b/src/selfupdater.cpp @@ -428,7 +428,7 @@ void SelfUpdater::nxmFilesAvailable(int, QVariant userData, QVariant resultData, } -void SelfUpdater::nxmRequestFailed(int, QVariant, int requestID, const QString &errorMessage) +void SelfUpdater::nxmRequestFailed(int, int, QVariant, int requestID, const QString &errorMessage) { if (requestID == m_UpdateRequestID) { m_UpdateRequestID = -1; |
