Home
last modified time | relevance | path

Searched refs:channelTimer (Results 1 – 2 of 2) sorted by relevance

/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/
H A Dradio_controller.cpp89 connect(&channelTimer, &QTimer::timeout, this, &CRadioController::channelTimerTimeout);
868 channelTimer.stop();
896 channelTimer.start(10000);
H A Dradio_controller.h223 QTimer channelTimer; in Q_DECLARE_METATYPE() local