| 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 | { |
no test coverage detected