aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/stringresult.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-27 17:01:59 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-27 17:01:59 +0200
commit41b9202ef9102cb94e5b3fdcf8ce760509abaa49 (patch)
tree177a21853ec3f272d6a52b3968ee1a7eaa1ca107 /result/stringresult.h
parent372e9cc02d36f40a70faa5e45ce648cdd8b98850 (diff)
parent0e4d08bf25a81ac68635f526f17ae5e82152cb10 (diff)
downloadOneRoll-41b9202ef9102cb94e5b3fdcf8ce760509abaa49.tar.gz
OneRoll-41b9202ef9102cb94e5b3fdcf8ce760509abaa49.zip
Merge branch 'doneWork'
Diffstat (limited to 'result/stringresult.h')
-rw-r--r--result/stringresult.h4
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