diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-12-24 22:37:32 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-24 22:37:53 -0600 |
| commit | 22f40072cf7782e6f3484a58347381310b40c6cc (patch) | |
| tree | 15d7d09b0404ed42d23b1a0c02c4016add0e7bc3 /src/mainwindow.h | |
| parent | 40a3e93c4698f31494df6483ff964a535342e177 (diff) | |
Allow user to "won't endorse" MO itself
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 3bf0397a..b041b65e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -251,6 +251,7 @@ private: // remove invalid category-references from mods
void fixCategories();
+ void createEndorseWidget();
void createHelpWidget();
bool extractProgress(QProgressDialog &extractProgress, int percentage, std::string fileName);
@@ -600,6 +601,7 @@ private slots: // ui slots void on_actionSettings_triggered();
void on_actionUpdate_triggered();
void on_actionEndorseMO_triggered();
+ void on_actionWontEndorseMO_triggered();
void on_bsaList_customContextMenuRequested(const QPoint &pos);
void on_clearFiltersButton_clicked();
|
