aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/result.h
diff options
context:
space:
mode:
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: