diff options
| author | 2019-03-23 18:03:35 +0100 | |
|---|---|---|
| committer | 2019-03-23 18:03:35 +0100 | |
| commit | d1b2ac03a90fe00ee3b09e60584f895b40e2e9df (patch) | |
| tree | df5a5653f0978e700fe7ba6450230789b5e9be34 /parsingtoolbox.h | |
| parent | 607b8284672c75f134616a826e3475be4cf8e277 (diff) | |
| parent | e672047be7bb9e4e1b163a04a55b98b52d39e16a (diff) | |
| download | OneRoll-d1b2ac03a90fe00ee3b09e60584f895b40e2e9df.tar.gz OneRoll-d1b2ac03a90fe00ee3b09e60584f895b40e2e9df.zip | |
Merge pull request #39 from Rolisteam/occurence
Occurence
Diffstat (limited to 'parsingtoolbox.h')
| -rw-r--r-- | parsingtoolbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parsingtoolbox.h b/parsingtoolbox.h index 4b50b6d..7bb6059 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -232,6 +232,8 @@ public: static void readSubtitutionParameters(SubtituteInfo& info, QString& rest); + static bool readComma(QString& str); + private: QMap<QString, BooleanCondition::LogicOperator>* m_logicOp; QMap<QString, CompositeValidator::LogicOperation>* m_logicOperation; |