aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/stringresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'result/stringresult.h')
-rw-r--r--result/stringresult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/result/stringresult.h b/result/stringresult.h
index 2effea7..a8b859a 100644
--- a/result/stringresult.h
+++ b/result/stringresult.h
@@ -41,6 +41,7 @@ public:
virtual void setHighLight(bool );
virtual bool hasHighLight() const;
virtual bool hasResultOfType(RESULT_TYPE resultType) const;
+ virtual Result* getCopy() const;
private:
QString m_value;
bool m_highlight;