diff options
| author | 2014-12-13 21:44:41 +0100 | |
|---|---|---|
| committer | 2014-12-13 21:44:41 +0100 | |
| commit | 375b75f53251728073b802f3f5b625df0f2ac856 (patch) | |
| tree | b5319b589b26669344a06bbfe9cec81cdc715754 /diceparser.h | |
| parent | 226cc9024f9b86891da1c68ca8cf5a1af70b5e9f (diff) | |
| download | OneRoll-375b75f53251728073b802f3f5b625df0f2ac856.tar.gz OneRoll-375b75f53251728073b802f3f5b625df0f2ac856.zip | |
-Add readInstructionOperator
@TODO must be improved.
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h index 9d9027d..81818b9 100644 --- a/diceparser.h +++ b/diceparser.h @@ -139,6 +139,8 @@ private: bool readOperand(QString&,ExecutionNode* & node); + bool readInstructionOperator(QChar c); + private: QMap<QString,DiceOperator>* m_mapDiceOp; QMap<QString,OptionOperator>* m_OptionOp; |