From 40fbc208fdc2c917ce95322b2a6612b575dabde8 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Mon, 4 Mar 2024 10:27:14 +0100 Subject: [PATCH] Code cleanup. --- CMakeLists.txt | 1 - Configuration.cpp | 6 ------ Configuration.hpp | 3 +-- Configuration.ui | 2 +- 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80866a67e..69bd65487 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,7 +161,6 @@ endif () set (WSJT_PLUGIN_DESTINATION ${PLUGIN_DESTINATION} CACHE PATH "Path for plugins") set (WSJT_QT_CONF_DESTINATION ${QT_CONF_DESTINATION} CACHE PATH "Path for the qt.conf file") - # # Project sources # diff --git a/Configuration.cpp b/Configuration.cpp index 6c387bcbd..0ba4d83ad 100644 --- a/Configuration.cpp +++ b/Configuration.cpp @@ -279,7 +279,6 @@ namespace constexpr quint32 qrg_version_100 {100}; } - // // Dialog to get a new Frequency item // @@ -387,7 +386,6 @@ private: QDateTimeEdit *start_date_time_edit_; }; - // // Dialog to get a new Station item // @@ -460,9 +458,6 @@ public: } }; - - - // Internal implementation of the Configuration class. class Configuration::impl final : public QDialog @@ -766,7 +761,6 @@ private: #include "Configuration.moc" - // delegate to implementation class Configuration::Configuration (QNetworkAccessManager * network_manager, QDir const& temp_directory, QSettings * settings, LogBook * logbook, QWidget * parent) diff --git a/Configuration.hpp b/Configuration.hpp index bb2322c3d..6b2abcd89 100644 --- a/Configuration.hpp +++ b/Configuration.hpp @@ -225,8 +225,7 @@ public: // This method queries if a CAT and PTT connection is operational. bool is_transceiver_online () const; - // Start the rig connection, safe and normal to call when rig is - // already open. + // Start the rig connection, safe and normal to call when rig is already open. bool transceiver_online (); // check if a real rig is configured diff --git a/Configuration.ui b/Configuration.ui index c29cc5722..e4b4a4fdc 100644 --- a/Configuration.ui +++ b/Configuration.ui @@ -1251,7 +1251,7 @@ a few, particularly some Kenwood rigs, require it). - +