Ticket #663: videosource.patch
File videosource.patch, 1.1 KB (added by , 20 years ago) |
---|
-
videosource.h
344 344 DVBCardType *cardtype; 345 345 SignalTimeout *signal_timeout; 346 346 ChannelTimeout *channel_timeout; 347 TransButtonSetting *buttonDiSEqC; 347 348 }; 348 349 349 350 class CaptureCardGroup: public VerticalConfigurationGroup, -
videosource.cpp
2520 2520 default: 2521 2521 fEnable = false; 2522 2522 } 2523 buttonDiSEqC->setEnabled(fEnable); 2523 2524 #else 2524 2525 (void)cardNumber; 2525 2526 cardtype->setValue(QString("Recompile with DVB-Support!")); … … 2565 2566 addChild(new DVBAudioDevice(parent)); 2566 2567 addChild(new DVBVbiDevice(parent)); 2567 2568 2568 TransButtonSetting *buttonDiSEqC = new TransButtonSetting();2569 buttonDiSEqC = new TransButtonSetting(); 2569 2570 buttonDiSEqC->setLabel(tr("DiSEqC")); 2570 2571 2571 2572 TransButtonSetting *buttonRecOpt = new TransButtonSetting();