diff options
Diffstat (limited to 'result/stringresult.h')
| -rw-r--r-- | result/stringresult.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/result/stringresult.h b/result/stringresult.h index 522dafc..b0ca539 100644 --- a/result/stringresult.h +++ b/result/stringresult.h @@ -33,11 +33,13 @@ public: void setStringCount(int count); QString getStringResult() const override; + void setNoComma(bool b); private: QStringList m_value; - bool m_highlight; + bool m_highlight= true; int m_stringCount= 0; + bool m_commaSeparator= true; }; #endif // STRINGRESULT_H |