Merge branch 'develop' into chore/add-compiler-warnings

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2023-07-30 15:33:46 -07:00 committed by GitHub
commit b9fe37aec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
91 changed files with 2691 additions and 1277 deletions

View file

@ -104,6 +104,7 @@ void ResourcePage::openedImpl()
updateSelectionButton();
triggerSearch();
m_ui->searchEdit->setFocus();
}
auto ResourcePage::eventFilter(QObject* watched, QEvent* event) -> bool