Skip to content

Commit

Permalink
[!] Send tuner freq to spectrum form
Browse files Browse the repository at this point in the history
  • Loading branch information
amungo committed Aug 9, 2017
1 parent 8aebbfe commit 9dde0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Expand Up @@ -74,6 +74,7 @@ int main(int argc, char *argv[])
QObject::connect(&hwm, SIGNAL(newDevicePointer(FX3DevIfce*)), &tuneForm, SLOT(setDevicePointer(FX3DevIfce*)) );

QObject::connect(&tuneForm, SIGNAL(newFreq(double)), &phaseForm, SLOT(ChangeNullMhz(double)));
QObject::connect(&tuneForm, SIGNAL(newFreq(double)), &specForm, SLOT(ChangeNullMhz(double)));

mainWindow.show();

Expand Down

0 comments on commit 9dde0b6

Please sign in to comment.