mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Code cleanup.
This commit is contained in:
parent
1ac2fc23c3
commit
40fbc208fd
@ -161,7 +161,6 @@ endif ()
|
|||||||
set (WSJT_PLUGIN_DESTINATION ${PLUGIN_DESTINATION} CACHE PATH "Path for plugins")
|
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")
|
set (WSJT_QT_CONF_DESTINATION ${QT_CONF_DESTINATION} CACHE PATH "Path for the qt.conf file")
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Project sources
|
# Project sources
|
||||||
#
|
#
|
||||||
|
@ -279,7 +279,6 @@ namespace
|
|||||||
constexpr quint32 qrg_version_100 {100};
|
constexpr quint32 qrg_version_100 {100};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Dialog to get a new Frequency item
|
// Dialog to get a new Frequency item
|
||||||
//
|
//
|
||||||
@ -387,7 +386,6 @@ private:
|
|||||||
QDateTimeEdit *start_date_time_edit_;
|
QDateTimeEdit *start_date_time_edit_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Dialog to get a new Station item
|
// Dialog to get a new Station item
|
||||||
//
|
//
|
||||||
@ -460,9 +458,6 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Internal implementation of the Configuration class.
|
// Internal implementation of the Configuration class.
|
||||||
class Configuration::impl final
|
class Configuration::impl final
|
||||||
: public QDialog
|
: public QDialog
|
||||||
@ -766,7 +761,6 @@ private:
|
|||||||
|
|
||||||
#include "Configuration.moc"
|
#include "Configuration.moc"
|
||||||
|
|
||||||
|
|
||||||
// delegate to implementation class
|
// delegate to implementation class
|
||||||
Configuration::Configuration (QNetworkAccessManager * network_manager, QDir const& temp_directory,
|
Configuration::Configuration (QNetworkAccessManager * network_manager, QDir const& temp_directory,
|
||||||
QSettings * settings, LogBook * logbook, QWidget * parent)
|
QSettings * settings, LogBook * logbook, QWidget * parent)
|
||||||
|
@ -225,8 +225,7 @@ public:
|
|||||||
// This method queries if a CAT and PTT connection is operational.
|
// This method queries if a CAT and PTT connection is operational.
|
||||||
bool is_transceiver_online () const;
|
bool is_transceiver_online () const;
|
||||||
|
|
||||||
// Start the rig connection, safe and normal to call when rig is
|
// Start the rig connection, safe and normal to call when rig is already open.
|
||||||
// already open.
|
|
||||||
bool transceiver_online ();
|
bool transceiver_online ();
|
||||||
|
|
||||||
// check if a real rig is configured
|
// check if a real rig is configured
|
||||||
|
@ -1251,7 +1251,7 @@ a few, particularly some Kenwood rigs, require it).</string>
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="10" column="2">
|
<item row="10" column="2">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
<layout class="QHBoxLayout" name="testCATPTT_Layout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="test_CAT_push_button">
|
<widget class="QPushButton" name="test_CAT_push_button">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
|
Loading…
Reference in New Issue
Block a user