diff options
| author | 2014-12-06 10:14:43 +0100 | |
|---|---|---|
| committer | 2014-12-06 10:14:43 +0100 | |
| commit | 3d7029f1b4254403374cb1d8f5cbf2814f2c9ec4 (patch) | |
| tree | 64f477fc7f0a2473d78c88fc6fcd1e1d9ea448d4 /diceparser.h | |
| parent | e535ea89b0eb4722c6a11de7015c6f4f0c436825 (diff) | |
| download | OneRoll-3d7029f1b4254403374cb1d8f5cbf2814f2c9ec4.tar.gz OneRoll-3d7029f1b4254403374cb1d8f5cbf2814f2c9ec4.zip | |
-change API of displayResult to return QString
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 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); |