MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / DispatchTypePath

Method DispatchTypePath

Cutelyst/dispatchtypepath.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15using namespace Qt::Literals::StringLiterals;
16
17DispatchTypePath::DispatchTypePath(QObject *parent)
18 : DispatchType(parent)
19 , d_ptr(new DispatchTypePathPrivate)
20{
21}
22
23DispatchTypePath::~DispatchTypePath()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected