diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h index 91a653a..abe19a1 100644 --- a/diceparser.h +++ b/diceparser.h @@ -101,7 +101,7 @@ public: * @param str dice command * @return bool every thing is fine or not */ - bool parseLine(QString str); + bool parseLine(QString str, bool allowAlias = true); /** * @brief getStartNodeCount * @return |