| 25 | extern Global global; |
| 26 | |
| 27 | ExitPoint::ExitPoint(QObject *parent) : QObject(parent) |
| 28 | { |
| 29 | this->setExitName(""); |
| 30 | this->setEnabled(false); |
| 31 | this->setVersion(1); |
| 32 | this->setScript(""); |
| 33 | } |
| 34 | |
| 35 | |
| 36 |
nothing calls this directly
no test coverage detected