aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-28 01:04:05 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-28 01:04:05 +0200
commitac6d69f33e686275a2a8df89431030197d43378e (patch)
tree17f4c5e2fd935c5f759cea1836677e9029c16f39 /include
parentbab31ef2e6d946d5269dad25bcdca793bbd1f3e7 (diff)
downloadOneRoll-ac6d69f33e686275a2a8df89431030197d43378e.tar.gz
OneRoll-ac6d69f33e686275a2a8df89431030197d43378e.zip
Add cleanAll function
Diffstat (limited to 'include')
-rw-r--r--include/diceparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diceparser.h b/include/diceparser.h
index 230d571..32694a3 100644
--- a/include/diceparser.h
+++ b/include/diceparser.h
@@ -230,7 +230,7 @@ public:
QString humanReadableWarning();
bool readValuesList(QString& str, ExecutionNode*& node);
-
+ void cleanAll();
private:
/**
* @brief readIfInstruction reads the current command to build if node with proper parameters.