Merge remote-tracking branch 'upstream/develop' into const-in-declarations
This commit is contained in:
commit
b42434bcb6
48 changed files with 416 additions and 221 deletions
|
@ -17,6 +17,11 @@ class ModUpdateDialog final : public ReviewMessageBox {
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit ModUpdateDialog(QWidget* parent, BaseInstance* instance, std::shared_ptr<ModFolderModel> mod_model, QList<Mod*>& search_for);
|
||||
explicit ModUpdateDialog(QWidget* parent,
|
||||
BaseInstance* instance,
|
||||
std::shared_ptr<ModFolderModel> mod_model,
|
||||
QList<Mod*>& search_for,
|
||||
bool includeDeps);
|
||||
|
||||
void checkCandidates();
|
||||
|
||||
|
@ -58,4 +63,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