diff options
| author | 2025-10-26 12:30:28 +0100 | |
|---|---|---|
| committer | 2025-11-10 02:39:57 +0000 | |
| commit | 84c82d205fea95c5cdea1a3ba084f9fa74417649 (patch) | |
| tree | 9a318619bfd9f59c99e800e6a441066345500af3 /src/libparser/include/diceparser/parsingtoolbox.h | |
| parent | 19670fc751782d063fafd43c9be03ecc92572c6b (diff) | |
| download | OneRoll-84c82d205fea95c5cdea1a3ba084f9fa74417649.tar.gz OneRoll-84c82d205fea95c5cdea1a3ba084f9fa74417649.zip | |
Fix count operator
Diffstat (limited to 'src/libparser/include/diceparser/parsingtoolbox.h')
| -rw-r--r-- | src/libparser/include/diceparser/parsingtoolbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libparser/include/diceparser/parsingtoolbox.h b/src/libparser/include/diceparser/parsingtoolbox.h index f34b4ac..1ea988b 100644 --- a/src/libparser/include/diceparser/parsingtoolbox.h +++ b/src/libparser/include/diceparser/parsingtoolbox.h @@ -233,6 +233,7 @@ public: std::function<QString(const QString&, const QString&, bool)> colorize); static SubtituteInfo readVariableFromString(const QString& source, int& start); static SubtituteInfo readPlaceHolderFromString(const QString& source, int& start); + // static QList<SubtituteInfo> findAllPlaceHolder(const QString& source, int instructionCount); static ExportedDiceResult finalDiceResultFromInstruction(ExecutionNode* start); static ExportedDiceResult allDiceResultFromInstruction(ExecutionNode* start); void addResultInJson(QJsonObject& obj, Dice::RESULT_TYPE type, const QString& key, ExecutionNode* start, bool b); |