------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
| 108 | //------------------------------------------------------------------------------------------------------------------------------------ |
| 109 | //------------------------------------------------------------------------------------------------------------------------------------ |
| 110 | void DirectIP::initialize() |
| 111 | { |
| 112 | showSettingsDialog(); |
| 113 | |
| 114 | // bind to port |
| 115 | rebind(); |
| 116 | } |
| 117 | void DirectIP::destroy() |
| 118 | { |
| 119 | hideSettingsDialog(); |
nothing calls this directly
no test coverage detected