diff options
| author | 2015-04-25 11:37:46 +0200 | |
|---|---|---|
| committer | 2015-04-25 11:37:46 +0200 | |
| commit | 5acfe8b8352ba028235e5ecf007d1b9b4fa3a0f8 (patch) | |
| tree | 16738510451648bc33298f79ca54fd0574ad0602 /result/stringresult.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/stringresult.h')
| -rw-r--r-- | result/stringresult.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/result/stringresult.h b/result/stringresult.h index 17c43cd..4a9a4a4 100644 --- a/result/stringresult.h +++ b/result/stringresult.h @@ -32,7 +32,11 @@ public: * @return */ virtual QVariant getResult(RESULT_TYPE); - + /** + * @brief toString + * @return + */ + virtual QString toString(); private: QString m_value; }; |