diff options
| author | Tannin <devnull@localhost> | 2014-06-29 15:09:45 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-06-29 15:09:45 +0200 |
| commit | 6e4626852cc72b4869c07399ef7cc8eeaa447acc (patch) | |
| tree | 94f1525b21fe1cdd3776685d2d2989e62e6536e1 /src/mainwindow.h | |
| parent | e8f56d65d2956ca1a848d707dccabef2643b7c48 (diff) | |
- re-inserted code for bsa hiding (this was necessary to enforce expected bsa order after all)
- bsas from foreign bsas are now loaded as expected by hook.dll as well
- state of log-window-split is now saved
- auto completion in installer name boxes is now case-sensitive so that users can change casing of the mod names
- bugfix: self updater did enforce the skyrim url for MO updates but not the game_id
- bugfix: modinfo dialog didn't correctly read mod meta information on opening
- bugfix: MO didn't report on endorsement (for MO)
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 8b61f4de..cc144287 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -484,6 +484,7 @@ private slots: void modlistChanged(int row); void nxmUpdatesAvailable(const std::vector<int> &modIDs, QVariant userData, QVariant resultData, int requestID); + void nxmEndorsementToggled(int, QVariant, QVariant resultData, int); void nxmDownloadURLs(int modID, int fileID, QVariant userData, QVariant resultData, int requestID); void nxmRequestFailed(int modID, int fileID, QVariant userData, int requestID, const QString &errorString); |
