aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/result.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-19 02:02:33 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-19 02:02:33 +0200
commitb2d70c741d198e7416bf188fea8e7667e9a6c357 (patch)
tree5812e38d1283718be5b15424e620515f9d9ea4eb /result/result.h
parentc252a6d7a8ad78c401defc90a66acb922a1c0537 (diff)
downloadOneRoll-b2d70c741d198e7416bf188fea8e7667e9a6c357.tar.gz
OneRoll-b2d70c741d198e7416bf188fea8e7667e9a6c357.zip
add getId public method
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;