Skip to content

Commit

Permalink
Fix spelling mistake in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AdenKoperczak committed Nov 3, 2024
1 parent e16db18 commit 3f52f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scwx-qt/source/scwx/qt/ui/settings_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 3f52f79

Please sign in to comment.