From 3f52f792108b49f4e66305ca385e148d3d67ac83 Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Sun, 3 Nov 2024 14:23:21 -0500 Subject: [PATCH] Fix spelling mistake in comment --- scwx-qt/source/scwx/qt/ui/settings_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });