aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/result.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-04-25 11:37:46 +0200
committerRenaud G <renaud@rolisteam.org>2015-04-25 11:37:46 +0200
commit5acfe8b8352ba028235e5ecf007d1b9b4fa3a0f8 (patch)
tree16738510451648bc33298f79ca54fd0574ad0602 /result/result.h
parentea649ea152b7797782ef0345f16de7bcbcc34767 (diff)
downloadOneRoll-5acfe8b8352ba028235e5ecf007d1b9b4fa3a0f8.tar.gz
OneRoll-5acfe8b8352ba028235e5ecf007d1b9b4fa3a0f8.zip
Dot tree now also displays the result tree. (must be improved).
Diffstat (limited to 'result/result.h')
-rw-r--r--result/result.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/result/result.h b/result/result.h
index dcd0b8d..3d635bc 100644
--- a/result/result.h
+++ b/result/result.h
@@ -77,7 +77,7 @@ public:
* @brief toString
* @return
*/
- QString toString();
+ virtual QString toString() = 0;
protected:
int m_resultTypes;/// @brief
private: