diff options
| author | 2019-07-19 02:02:33 +0200 | |
|---|---|---|
| committer | 2019-07-19 02:02:33 +0200 | |
| commit | b2d70c741d198e7416bf188fea8e7667e9a6c357 (patch) | |
| tree | 5812e38d1283718be5b15424e620515f9d9ea4eb /result/result.h | |
| parent | c252a6d7a8ad78c401defc90a66acb922a1c0537 (diff) | |
| download | OneRoll-b2d70c741d198e7416bf188fea8e7667e9a6c357.tar.gz OneRoll-b2d70c741d198e7416bf188fea8e7667e9a6c357.zip | |
add getId public method
Diffstat (limited to 'result/result.h')
| -rw-r--r-- | result/result.h | 2 |
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; |