chore(clang-tidy): modernize the code

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2026-05-10 23:16:46 +03:00
parent 170d59de2a
commit 1af838db2e
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
38 changed files with 1088 additions and 956 deletions

View file

@ -41,7 +41,7 @@ class InstallDialog final : public QDialog, private BasePageProvider {
void done(int result) override;
private:
PageContainer* container;
QDialogButtonBox* buttons;
PageContainer* m_container;
QDialogButtonBox* m_buttons;
};
} // namespace Java