aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/diceresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'result/diceresult.h')
-rw-r--r--result/diceresult.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/result/diceresult.h b/result/diceresult.h
index b805e73..07378d1 100644
--- a/result/diceresult.h
+++ b/result/diceresult.h
@@ -61,6 +61,11 @@ public:
* @return
*/
virtual QVariant getResult(RESULT_TYPE);
+ /**
+ * @brief toString
+ * @return
+ */
+ virtual QString toString();
private:
qreal getScalarResult();