diff options
| author | 2018-03-18 17:44:46 +0100 | |
|---|---|---|
| committer | 2018-03-18 17:44:46 +0100 | |
| commit | d9a3ef0756c736f329b39aeba0bbb0738a5b6235 (patch) | |
| tree | 2040f1845b2d7fc95f1915dbedbba0a811266b23 /parsingtoolbox.h | |
| parent | 8edc89703e5e0be26471432bc0e953d694bc92a5 (diff) | |
| download | OneRoll-d9a3ef0756c736f329b39aeba0bbb0738a5b6235.tar.gz OneRoll-d9a3ef0756c736f329b39aeba0bbb0738a5b6235.zip | |
add API to set startNode Vector
Diffstat (limited to 'parsingtoolbox.h')
| -rw-r--r-- | parsingtoolbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsingtoolbox.h b/parsingtoolbox.h index 0775003..902b91e 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -198,6 +198,7 @@ private: static QHash<QString,QString>* m_variableHash; + static std::vector<ExecutionNode*>* m_startNodes; }; #endif // PARSINGTOOLBOX_H |