| 687 | } |
| 688 | |
| 689 | void consoleWin_t::QueueErrorMsgWindow( const char *msg ) |
| 690 | { |
| 691 | errorMsg.append( msg ); |
| 692 | errorMsg.append("\n"); |
| 693 | errorMsgValid = true; |
| 694 | } |
| 695 | |
| 696 | void consoleWin_t::closeEvent(QCloseEvent *event) |
| 697 | { |
no outgoing calls
no test coverage detected