| 120 | } |
| 121 | |
| 122 | Wizard *Wizard::instance() |
| 123 | { |
| 124 | if (!s_instance) { |
| 125 | s_instance = new Wizard(); |
| 126 | s_instance->setAttribute(Qt::WA_DeleteOnClose, true); |
| 127 | } |
| 128 | return s_instance; |
| 129 | } |
| 130 | |
| 131 | SetupDetection &Wizard::setupDetection() |
| 132 | { |
nothing calls this directly
no outgoing calls
no test coverage detected