aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result
diff options
context:
space:
mode:
Diffstat (limited to 'result')
-rw-r--r--result/result.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/result/result.h b/result/result.h
index a34c74f..76f3a8c 100644
--- a/result/result.h
+++ b/result/result.h
@@ -90,7 +90,7 @@ protected:
QString m_id;
private:
- Result* m_previous; /// @brief
+ Result* m_previous= nullptr; /// @brief
};
#endif // RESULT_H