aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2014-12-06 10:14:43 +0100
committerRenaud G <renaud@rolisteam.org>2014-12-06 10:14:43 +0100
commit3d7029f1b4254403374cb1d8f5cbf2814f2c9ec4 (patch)
tree64f477fc7f0a2473d78c88fc6fcd1e1d9ea448d4 /diceparser.h
parente535ea89b0eb4722c6a11de7015c6f4f0c436825 (diff)
downloadOneRoll-3d7029f1b4254403374cb1d8f5cbf2814f2c9ec4.tar.gz
OneRoll-3d7029f1b4254403374cb1d8f5cbf2814f2c9ec4.zip
-change API of displayResult to return QString
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h
index fb2c647..cf1bfce 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -89,7 +89,7 @@ public:
/**
* @brief displayResult
*/
- void displayResult();
+ QString displayResult();
bool readExpression(QString& str,ExecutionNode* & node);