diff options
| author | 2015-08-28 00:05:06 +0200 | |
|---|---|---|
| committer | 2015-08-28 00:05:06 +0200 | |
| commit | 3a8b315ab8a448a443cce277f3f26a1996403e06 (patch) | |
| tree | 4e5e5d2509a7eb160a3fc286e89b595079fd871b /result/stringresult.h | |
| parent | f8a6f0f2717ebc4e0125501147a8a3d79a621ad5 (diff) | |
| parent | 41b9202ef9102cb94e5b3fdcf8ce760509abaa49 (diff) | |
| download | OneRoll-3a8b315ab8a448a443cce277f3f26a1996403e06.tar.gz OneRoll-3a8b315ab8a448a443cce277f3f26a1996403e06.zip | |
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'result/stringresult.h')
| -rw-r--r-- | result/stringresult.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/result/stringresult.h b/result/stringresult.h index 5a6b26c..6819aaa 100644 --- a/result/stringresult.h +++ b/result/stringresult.h @@ -37,8 +37,12 @@ public: * @return */ virtual QString toString(); + + virtual void setHighLight(bool ); + virtual bool hasHighLight() const; private: QString m_value; + bool m_highlight; }; #endif // STRINGRESULT_H |