delete uncessary
This commit is contained in:
@@ -192,10 +192,10 @@ void systemSettingForm::saveServersInfo()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void systemSettingForm::changeEvent(QEvent* event)
|
//void systemSettingForm::changeEvent(QEvent* event)
|
||||||
{
|
//{
|
||||||
if (event->type() == QEvent::LanguageChange)
|
// if (event->type() == QEvent::LanguageChange)
|
||||||
{
|
// {
|
||||||
ui->retranslateUi(this);
|
// ui->retranslateUi(this);
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
@@ -20,8 +20,8 @@ public:
|
|||||||
explicit systemSettingForm(QWidget* parent = nullptr);
|
explicit systemSettingForm(QWidget* parent = nullptr);
|
||||||
~systemSettingForm();
|
~systemSettingForm();
|
||||||
|
|
||||||
protected:
|
//protected:
|
||||||
void changeEvent(QEvent* event);
|
// void changeEvent(QEvent* event);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::systemSettingForm* ui;
|
Ui::systemSettingForm* ui;
|
||||||
|
|||||||
Reference in New Issue
Block a user