| 15 | using namespace Qt::Literals::StringLiterals; |
| 16 | |
| 17 | DispatchTypePath::DispatchTypePath(QObject *parent) |
| 18 | : DispatchType(parent) |
| 19 | , d_ptr(new DispatchTypePathPrivate) |
| 20 | { |
| 21 | } |
| 22 | |
| 23 | DispatchTypePath::~DispatchTypePath() |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected