delete uncessary
This commit is contained in:
@@ -192,10 +192,10 @@ void systemSettingForm::saveServersInfo()
|
||||
|
||||
}
|
||||
|
||||
void systemSettingForm::changeEvent(QEvent* event)
|
||||
{
|
||||
if (event->type() == QEvent::LanguageChange)
|
||||
{
|
||||
ui->retranslateUi(this);
|
||||
}
|
||||
}
|
||||
//void systemSettingForm::changeEvent(QEvent* event)
|
||||
//{
|
||||
// if (event->type() == QEvent::LanguageChange)
|
||||
// {
|
||||
// ui->retranslateUi(this);
|
||||
// }
|
||||
//}
|
||||
@@ -9,7 +9,7 @@ class QLineEdit;
|
||||
class ImageSwitch;
|
||||
|
||||
namespace Ui {
|
||||
class systemSettingForm;
|
||||
class systemSettingForm;
|
||||
}
|
||||
|
||||
class systemSettingForm : public QWidget
|
||||
@@ -17,14 +17,14 @@ class systemSettingForm : public QWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit systemSettingForm(QWidget *parent = nullptr);
|
||||
explicit systemSettingForm(QWidget* parent = nullptr);
|
||||
~systemSettingForm();
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent* event);
|
||||
//protected:
|
||||
// void changeEvent(QEvent* event);
|
||||
|
||||
private:
|
||||
Ui::systemSettingForm *ui;
|
||||
Ui::systemSettingForm* ui;
|
||||
SelectDialog* sd_protocal = nullptr;
|
||||
SelectDialog* sd_filter = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user