| 50 | }; |
| 51 | |
| 52 | void PBOReadBackApp::prepareSettings( Settings *settings ) |
| 53 | { |
| 54 | settings->setWindowSize( 512, 256 ); |
| 55 | settings->setResizable( false ); |
| 56 | } |
| 57 | |
| 58 | void PBOReadBackApp::setup() |
| 59 | { |
nothing calls this directly
no test coverage detected