diff options
| author | 2015-04-25 11:37:46 +0200 | |
|---|---|---|
| committer | 2015-04-25 11:37:46 +0200 | |
| commit | 5acfe8b8352ba028235e5ecf007d1b9b4fa3a0f8 (patch) | |
| tree | 16738510451648bc33298f79ca54fd0574ad0602 /result/result.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/result.h')
| -rw-r--r-- | result/result.h | 2 |
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: |