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 bd8956b..522dafc 100644
--- a/result/stringresult.h
+++ b/result/stringresult.h
@@ -32,6 +32,7 @@ public:
bool isDigitOnly() const;
void setStringCount(int count);
+ QString getStringResult() const override;
private:
QStringList m_value;