From 610eeca5099f018a5be0f3afe9477a10603ad4eb Mon Sep 17 00:00:00 2001 From: ea4k Date: Sat, 30 Jan 2021 15:32:50 +0100 Subject: [PATCH] Revert "Minor typo" This reverts commit cfb8e0895d976c019342c4b8bcb176fc2a295660. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 889b1c7f..3788d7c5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -181,7 +181,7 @@ MainWindow::MainWindow(const QString &_klogDir, const QString &tversion) loggWinAct = new QAction(tr("&Log Window"), this); operatorLineEdit = new QLineEdit; - stationCallSignLineEdit = new QLineEdit; + stationignLineEdit = new QLineEdit; txFreqSpinBox = new QDoubleSpinBox; rxFreqSpinBox = new QDoubleSpinBox; splitCheckBox = new QCheckBox;