separated dependecy check from mod update
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
cefb96e812
commit
f7c9972db0
6 changed files with 34 additions and 13 deletions
|
@ -19,7 +19,8 @@ class ModUpdateDialog final : public ReviewMessageBox {
|
|||
explicit ModUpdateDialog(QWidget* parent,
|
||||
BaseInstance* instance,
|
||||
const std::shared_ptr<ModFolderModel> mod_model,
|
||||
QList<Mod*>& search_for);
|
||||
QList<Mod*>& search_for,
|
||||
bool includeDeps);
|
||||
|
||||
void checkCandidates();
|
||||
|
||||
|
@ -61,4 +62,5 @@ class ModUpdateDialog final : public ReviewMessageBox {
|
|||
|
||||
bool m_no_updates = false;
|
||||
bool m_aborted = false;
|
||||
bool m_include_deps = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue