diff options
| author | 2020-09-20 17:42:51 +0200 | |
|---|---|---|
| committer | 2020-09-20 17:44:21 +0200 | |
| commit | f21d85618079a21f9c30d5397e16a7f837819457 (patch) | |
| tree | 420db3ca874ae374c5505d20b1c2b4bf92cb57a4 /include | |
| parent | 2e6f5d9174b1ade9d3c3ff4a81b210313480a104 (diff) | |
| download | OneRoll-f21d85618079a21f9c30d5397e16a7f837819457.tar.gz OneRoll-f21d85618079a21f9c30d5397e16a7f837819457.zip | |
show big number
Diffstat (limited to 'include')
| -rw-r--r-- | include/parsingtoolbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parsingtoolbox.h b/include/parsingtoolbox.h index ae70c2c..f91c2f6 100644 --- a/include/parsingtoolbox.h +++ b/include/parsingtoolbox.h @@ -189,6 +189,7 @@ public: const QMap<Dice::ERROR_CODE, QString>& getWarningList() const; // Traversal functions + static QString number(qreal value); static ExecutionNode* getLatestNode(ExecutionNode* node); static ExecutionNode* getLeafNode(ExecutionNode* start); const std::vector<ExecutionNode*>& getStartNodes(); |