Skip to content

Commit

Permalink
removed old commented out planelog window connections. these are now …
Browse files Browse the repository at this point in the history
…done depending on user settings
  • Loading branch information
jontio committed Aug 7, 2021
1 parent 02f6e94 commit ebeae69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions JAERO/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ MainWindow::MainWindow(QWidget *parent) :

//aeroL connections
connect(aerol,SIGNAL(DataCarrierDetect(bool)),this,SLOT(DataCarrierDetectStatusSlot(bool)));
//// connect(aerol,SIGNAL(ACARSsignal(ACARSItem&)),planelog,SLOT(ACARSslot(ACARSItem&)));
connect(aerol,SIGNAL(ACARSsignal(ACARSItem&)),this,SLOT(ACARSslot(ACARSItem&)));
connect(aerol,SIGNAL(DataCarrierDetect(bool)),audiomskdemodulator,SLOT(DCDstatSlot(bool)));
connect(aerol,SIGNAL(DataCarrierDetect(bool)),audioburstmskdemodulator,SLOT(DCDstatSlot(bool)));
Expand All @@ -159,7 +158,6 @@ MainWindow::MainWindow(QWidget *parent) :

//aeroL2 connections
connect(aerol2,SIGNAL(DataCarrierDetect(bool)),this,SLOT(DataCarrierDetectStatusSlot(bool)));
//// connect(aerol2,SIGNAL(ACARSsignal(ACARSItem&)),planelog,SLOT(ACARSslot(ACARSItem&)));
connect(aerol2,SIGNAL(ACARSsignal(ACARSItem&)),this,SLOT(ACARSslot(ACARSItem&)));

//load settings
Expand Down

0 comments on commit ebeae69

Please sign in to comment.