diff --git a/main.cpp b/main.cpp index ca4e4e2..6f5741f 100644 --- a/main.cpp +++ b/main.cpp @@ -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();