chore(clang-tidy): modernize the code

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2026-05-11 23:16:39 +03:00
parent 18f04b1e29
commit 9c88eb9bc0
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
36 changed files with 713 additions and 632 deletions

View file

@ -445,7 +445,7 @@ void ResourceDownloadDialog::setResourceMetadata(const std::shared_ptr<Metadata:
m_container->hidePageList();
m_buttons.hide();
auto* page = selectedPage();
page->openProject(meta->project_id);
page->openProject(meta->projectId);
}
DataPackDownloadDialog::DataPackDownloadDialog(QWidget* parent,