Home
last modified time | relevance | path

Searched refs:someKind (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qt5-scxml/kde-qtscxml-5.15.2p1/src/scxml/
H A Dqscxmlcompiler_p.h691 ParserState(Kind someKind = None);
H A Dqscxmlcompiler.cpp2475 QScxmlCompilerPrivate::ParserState::ParserState(QScxmlCompilerPrivate::ParserState::Kind someKind) in ParserState() argument
2476 : kind(someKind) in ParserState()