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, 2 insertions, 0 deletions
diff --git a/result/result.h b/result/result.h
index 59c3cb9..e4e00dc 100644
--- a/result/result.h
+++ b/result/result.h
@@ -93,6 +93,8 @@ public:
virtual QString toString(bool wl)= 0;
virtual Result* getCopy() const= 0;
+ QString getId() const;
+
protected:
int m_resultTypes; /// @brief
QString m_id;