Handle checkbox toggle

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-03-19 01:17:25 +00:00
parent 8577f58fe3
commit 900579eea6
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
24 changed files with 185 additions and 94 deletions

View file

@ -25,7 +25,7 @@ class ShaderPackResourcePage : public ResourcePage {
auto page = new T(dialog, instance);
auto model = static_cast<ShaderPackResourceModel*>(page->getModel());
connect(model, &ResourceModel::versionListUpdated, page, &ResourcePage::updateVersionList);
connect(model, &ResourceModel::versionListUpdated, page, &ResourcePage::versionListUpdated);
connect(model, &ResourceModel::projectInfoUpdated, page, &ResourcePage::updateUi);
return page;