mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:10:05 +00:00
Fix formatting for high_privilege_warning
This commit is contained in:
parent
923dad4e2e
commit
6408e1b876
5 changed files with 23 additions and 17 deletions
|
|
@ -19,7 +19,7 @@ class HighPrivilegeDialogImpl
|
|||
public:
|
||||
explicit HighPrivilegeDialogImpl(HighPrivilegeDialog* self) :
|
||||
self_ {self} {};
|
||||
~HighPrivilegeDialogImpl() = default;
|
||||
~HighPrivilegeDialogImpl() = default;
|
||||
|
||||
HighPrivilegeDialog* self_;
|
||||
};
|
||||
|
|
@ -32,7 +32,8 @@ HighPrivilegeDialog::HighPrivilegeDialog(QWidget* parent) :
|
|||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
bool HighPrivilegeDialog::disable_high_privilege_message() {
|
||||
bool HighPrivilegeDialog::disable_high_privilege_message()
|
||||
{
|
||||
return ui->highPrivilegeCheckBox->isChecked();
|
||||
}
|
||||
|
||||
|
|
@ -44,4 +45,3 @@ HighPrivilegeDialog::~HighPrivilegeDialog()
|
|||
} // namespace ui
|
||||
} // namespace qt
|
||||
} // namespace scwx
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue