mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
chore(clang-tidy): modernize the code
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
170d59de2a
commit
1af838db2e
38 changed files with 1088 additions and 956 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue