diff options
| author | Tannin <devnull@localhost> | 2014-03-18 18:29:32 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-03-18 18:29:32 +0100 |
| commit | 8ab1b479438dd929bc953e554629d1bddca61c9e (patch) | |
| tree | c68b07415602041d3f247ec71ad5e966877e8d83 /src/mainwindow.h | |
| parent | 129b76d7d2d90c3a791e101435987993ed8b312a (diff) | |
- bugfix: if resuming a download failed with the server sending a textual error message,
MO tried to display the whole file inside the error message
- bugfix: resuming a download didn't trigger a nexus-login when necessary
- bugfix: integrated fomod installer only used the first block of data inside a description
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 250f2a48..46165f0f 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -483,6 +483,7 @@ private slots: void hookUpWindowTutorials(); + void resumeDownload(int downloadIndex); void endorseMod(ModInfo::Ptr mod); void cancelModListEditor(); |
