mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 21:22:27 -04:00
Ensure all main window child widgets are added to teh event filter
This makes all child widgets able to reset the Tx watchdog by mouse click or key press. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6881 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
04cb8aa8c9
commit
e77204a552
@ -337,6 +337,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
m_manual {network_manager}
|
m_manual {network_manager}
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
add_child_to_event_filter (this);
|
||||||
|
|
||||||
m_baseCall = Radio::base_callsign (m_config.my_callsign ());
|
m_baseCall = Radio::base_callsign (m_config.my_callsign ());
|
||||||
|
|
||||||
@ -886,6 +887,7 @@ MainWindow::~MainWindow()
|
|||||||
fftwf_export_wisdom_to_filename(cfname);
|
fftwf_export_wisdom_to_filename(cfname);
|
||||||
m_audioThread.quit ();
|
m_audioThread.quit ();
|
||||||
m_audioThread.wait ();
|
m_audioThread.wait ();
|
||||||
|
remove_child_from_event_filter (this);
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------------------------------------- writeSettings()
|
//-------------------------------------------------------- writeSettings()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user