summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmltabledata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scxml/qscxmltabledata.cpp')
-rw-r--r--src/scxml/qscxmltabledata.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scxml/qscxmltabledata.cpp b/src/scxml/qscxmltabledata.cpp
index 2457840..5d5115e 100644
--- a/src/scxml/qscxmltabledata.cpp
+++ b/src/scxml/qscxmltabledata.cpp
@@ -68,7 +68,7 @@ public:
{
m_activeSequences.reserve(4);
- tableData.theInitialSetup = QScxmlExecutableContent::NoInstruction;
+ tableData.theInitialSetup = QScxmlExecutableContent::NoContainer;
}
void buildTableData(DocumentModel::ScxmlDocument *doc)
@@ -264,7 +264,7 @@ protected: // visitor
params.append(p);
}
QScxmlExecutableContent::ContainerId finalize =
- QScxmlExecutableContent::NoInstruction;
+ QScxmlExecutableContent::NoContainer;
if (!invoke->finalize.isEmpty()) {
finalize = startNewSequence();
visit(&invoke->finalize);
@@ -528,7 +528,7 @@ protected:
ContainerId generate(const DocumentModel::InstructionSequences &inSequences)
{
if (inSequences.isEmpty())
- return NoInstruction;
+ return NoContainer;
auto id = m_instructions.newContainerId();
auto outSequences = m_instructions.add<InstructionSequences>();