Rename AboutWidget to AboutForm.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "SystemSettingForm.h"
|
||||
#include "AccountTableForm.h"
|
||||
#include "event/EventCenter.h"
|
||||
#include "AboutWidget.h"
|
||||
#include "AboutForm.h"
|
||||
|
||||
SettingFormWidget::SettingFormWidget(QWidget* aParent, Qt::WindowFlags f)
|
||||
: TabFormWidget(aParent)
|
||||
@@ -52,7 +52,7 @@ SettingFormWidget::SettingFormWidget(QWidget* aParent, Qt::WindowFlags f)
|
||||
SystemSettingForm* systemSetting = new SystemSettingForm(ui->commandWidget);
|
||||
stackedWidget->addWidget(systemSetting);
|
||||
|
||||
AboutWidget* about = new AboutWidget(ui->commandWidget);
|
||||
AboutForm* about = new AboutForm(ui->commandWidget);
|
||||
stackedWidget->addWidget(about);
|
||||
|
||||
widget->setCurrentRow(0);
|
||||
|
||||
Reference in New Issue
Block a user