Code cleanup.

This commit is contained in:
Uwe Risse 2024-03-04 10:27:14 +01:00
parent 1ac2fc23c3
commit 40fbc208fd
4 changed files with 2 additions and 10 deletions

View File

@ -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
#

View File

@ -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)

View File

@ -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

View File

@ -1251,7 +1251,7 @@ a few, particularly some Kenwood rigs, require it).</string>
</spacer>
</item>
<item row="10" column="2">
<layout class="QHBoxLayout" name="horizontalLayout_11">
<layout class="QHBoxLayout" name="testCATPTT_Layout">
<item>
<widget class="QPushButton" name="test_CAT_push_button">
<property name="toolTip">