Home
last modified time | relevance | path

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

/dports/devel/qt5-scxml/kde-qtscxml-5.15.2p1/src/scxml/
H A Dqscxmlcompiler_p.h634 bool postReadElementLog();
H A Dqscxmlcompiler.cpp1952 bool QScxmlCompilerPrivate::postReadElementLog() in postReadElementLog() function in QScxmlCompilerPrivate
2270 case ParserState::Log: if (!postReadElementLog()) return false; break; in readElement()