aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.pri
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-04-01 00:28:17 +0200
committerRenaud G <renaud@rolisteam.org>2015-04-01 00:28:17 +0200
commit60a0e524561ae86c9509c61b00a5d8ba40a1d7ee (patch)
treecd60b92368403a806ee8e7bcb00b41e5000722f1 /diceparser.pri
parent5bd5a8a07a900c013c120b4e228c766a84a05b09 (diff)
downloadOneRoll-60a0e524561ae86c9509c61b00a5d8ba40a1d7ee.tar.gz
OneRoll-60a0e524561ae86c9509c61b00a5d8ba40a1d7ee.zip
-Better understanding of validators toString method
-return error if error have been detected for endless loop. -add listaliasnode.h/.cpp to the pri file -protect the use of pointer
Diffstat (limited to 'diceparser.pri')
-rw-r--r--diceparser.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/diceparser.pri b/diceparser.pri
index bf9847e..b9af1d7 100644
--- a/diceparser.pri
+++ b/diceparser.pri
@@ -42,6 +42,7 @@ HEADERS += \
$$PWD/node/parenthesesnode.h \
$$PWD/node/helpnode.h \
$$PWD/node/jumpbackwardnode.h \
+ $$PWD/node/listaliasnode.h \
$$PWD/node/listsetrollnode.h
SOURCES += \
@@ -58,6 +59,7 @@ SOURCES += \
$$PWD/node/parenthesesnode.cpp \
$$PWD/node/helpnode.cpp \
$$PWD/node/jumpbackwardnode.cpp \
+ $$PWD/node/listaliasnode.cpp \
$$PWD/node/listsetrollnode.cpp