Ticket #142: dvbscanfordvbonly.patch
File dvbscanfordvbonly.patch, 746 bytes (added by , 20 years ago) |
---|
-
scanwizard.cpp
455 455 this, SLOT(dvbSignalStrength(const SignalMonitorValue&))); 456 456 } 457 457 458 #ifdef USING_DVB 458 459 DVBSignalMonitor *dvbm = scanner->GetDVBSignalMonitor(); 459 460 if (dvbm) 460 461 { 461 462 connect(dvbm, SIGNAL(StatusSignalToNoise(const SignalMonitorValue&)), 462 this, SLOT( 463 this, SLOT(dvbSNR(const SignalMonitorValue&))); 463 464 } 464 465 bzero(&chan_opts.tuning, sizeof(chan_opts.tuning)); 466 #endif 465 467 466 468 if (monitor) 467 469 monitor->Start();