feat: add update mods to the ui / mod model

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-06-04 21:18:51 -03:00
parent 6e2869834f
commit 2d10c246a8
5 changed files with 101 additions and 3 deletions

View File

@ -144,6 +144,8 @@ public:
return mods;
}
auto selectedMods(QModelIndexList& indexes) -> std::list<Mod>;
public slots:
void disableInteraction(bool disabled);