mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Fix spelling mistake in comment
This commit is contained in:
parent
e16db1823d
commit
3f52f79210
1 changed files with 1 additions and 1 deletions
|
|
@ -574,7 +574,7 @@ void SettingsDialogImpl::SetupGeneralTab()
|
|||
logger_->info("Selected theme file: {}", path.toStdString());
|
||||
self_->ui->themeFileLineEdit->setText(path);
|
||||
|
||||
// setText dows not emit the textEdited signal
|
||||
// setText does not emit the textEdited signal
|
||||
Q_EMIT self_->ui->themeFileLineEdit->textEdited(path);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue