moved window logic from BaseWidget to BaseWindow
This commit is contained in:
@@ -19,10 +19,8 @@ namespace widgets {
|
||||
SettingsDialog *SettingsDialog::handle = nullptr;
|
||||
|
||||
SettingsDialog::SettingsDialog()
|
||||
: BaseWidget()
|
||||
: BaseWindow()
|
||||
{
|
||||
this->initAsWindow();
|
||||
|
||||
this->initUi();
|
||||
|
||||
this->addTabs();
|
||||
|
||||
Reference in New Issue
Block a user