MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / delay_prop_msg

Method delay_prop_msg

DSView/pv/mainwindow.cpp:2153–2159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2151 }
2152
2153 void MainWindow::delay_prop_msg(QString strMsg)
2154 {
2155 _strMsg = strMsg;
2156 if (_strMsg != ""){
2157 _delay_prop_msg_timer.Start(500);
2158 }
2159 }
2160
2161 void MainWindow::on_delay_prop_msg()
2162 {

Callers 2

set_deviceMethod · 0.80
OnMessageMethod · 0.80

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected