mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-16 20:58:40 -04:00
Reintegrate merge from wsjtx_exp branch.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6122 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -27,6 +27,7 @@ Astro::Astro(QSettings * settings, Configuration const * configuration, QWidget
|
||||
, ui_ {new Ui::Astro}
|
||||
, m_bRxAudioTrack {false}
|
||||
, m_bTxAudioTrack {false}
|
||||
, m_bTrackVFO {true}
|
||||
, m_DopplerMethod {0}
|
||||
, m_kHz {0}
|
||||
, m_Hz {0}
|
||||
@@ -228,3 +229,13 @@ bool Astro::doppler_tracking () const
|
||||
{
|
||||
return ui_->cbDopplerTracking->isChecked ();
|
||||
}
|
||||
|
||||
bool Astro::trackVFO()
|
||||
{
|
||||
return m_bTrackVFO;
|
||||
}
|
||||
|
||||
void Astro::on_cbTrackVFO_toggled(bool b)
|
||||
{
|
||||
m_bTrackVFO=b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user