diff --git a/scwx-qt/source/scwx/qt/ui/settings_dialog.cpp b/scwx-qt/source/scwx/qt/ui/settings_dialog.cpp index 2d129355..15c624b9 100644 --- a/scwx-qt/source/scwx/qt/ui/settings_dialog.cpp +++ b/scwx-qt/source/scwx/qt/ui/settings_dialog.cpp @@ -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); });