diff options
Diffstat (limited to 'include/diceparser.h')
| -rw-r--r-- | include/diceparser.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/diceparser.h b/include/diceparser.h index 1926e5f..31f9760 100644 --- a/include/diceparser.h +++ b/include/diceparser.h @@ -26,13 +26,10 @@ #include <QString> #include <vector> -#include "highlightdice.h" #include "diceparserhelper.h" +#include "highlightdice.h" //#include "node/executionnode.h" -typedef QList<HighLightDice> ListDiceResult; -typedef QMap<quint64, ListDiceResult> ExportedDiceResult; - class ExplodeDiceNode; class ParsingToolBox; class DiceRollerNode; @@ -232,6 +229,7 @@ public: bool readValuesList(QString& str, ExecutionNode*& node); void cleanAll(); + private: /** * @brief readIfInstruction reads the current command to build if node with proper parameters. |