diff options
| author | 2015-04-25 11:37:46 +0200 | |
|---|---|---|
| committer | 2015-04-25 11:37:46 +0200 | |
| commit | 5acfe8b8352ba028235e5ecf007d1b9b4fa3a0f8 (patch) | |
| tree | 16738510451648bc33298f79ca54fd0574ad0602 /result/diceresult.h | |
| parent | ea649ea152b7797782ef0345f16de7bcbcc34767 (diff) | |
| download | OneRoll-5acfe8b8352ba028235e5ecf007d1b9b4fa3a0f8.tar.gz OneRoll-5acfe8b8352ba028235e5ecf007d1b9b4fa3a0f8.zip | |
Dot tree now also displays the result tree. (must be improved).
Diffstat (limited to 'result/diceresult.h')
| -rw-r--r-- | result/diceresult.h | 5 |
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(); |