diff options
| author | 2015-08-27 01:30:14 +0200 | |
|---|---|---|
| committer | 2015-08-27 01:30:14 +0200 | |
| commit | 0e4d08bf25a81ac68635f526f17ae5e82152cb10 (patch) | |
| tree | 767f6567a0ee6bf82b5e180a5a0f08bf288a0502 /result/stringresult.h | |
| parent | 2d3a37b290b9fbd9be7a7fc4e722b30bb160ffd5 (diff) | |
| download | OneRoll-0e4d08bf25a81ac68635f526f17ae5e82152cb10.tar.gz OneRoll-0e4d08bf25a81ac68635f526f17ae5e82152cb10.zip | |
add highlight management
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 |