diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-12-24 21:05:29 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-24 22:37:52 -0600 |
| commit | d021011cfa1f9276dc9c3dd7c2fcd395e3a78260 (patch) | |
| tree | 54e3be7a1f21841e64a4ab8dd49f094a09bc4192 /src/mainwindow.h | |
| parent | 5f06da756e6d03dde85da6ddad5d8177f7410860 (diff) | |
Allow "endorse", "unendorse", and "won't endorse" for multiple mods
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 654a11d5..3bf0397a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -515,6 +515,7 @@ private slots: void resumeDownload(int downloadIndex);
void endorseMod(ModInfo::Ptr mod);
+ void unendorseMod(ModInfo::Ptr mod);
void cancelModListEditor();
void lockESPIndex();
|
