diff options
| author | 2015-08-27 17:01:59 +0200 | |
|---|---|---|
| committer | 2015-08-27 17:01:59 +0200 | |
| commit | 41b9202ef9102cb94e5b3fdcf8ce760509abaa49 (patch) | |
| tree | 177a21853ec3f272d6a52b3968ee1a7eaa1ca107 /result/stringresult.h | |
| parent | 372e9cc02d36f40a70faa5e45ce648cdd8b98850 (diff) | |
| parent | 0e4d08bf25a81ac68635f526f17ae5e82152cb10 (diff) | |
| download | OneRoll-41b9202ef9102cb94e5b3fdcf8ce760509abaa49.tar.gz OneRoll-41b9202ef9102cb94e5b3fdcf8ce760509abaa49.zip | |
Merge branch 'doneWork'
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 |