summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/SystemMessageSnippet.h')
-rw-r--r--Swift/QtUI/SystemMessageSnippet.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/Swift/QtUI/SystemMessageSnippet.h b/Swift/QtUI/SystemMessageSnippet.h
index 8342476..69d231f 100644
--- a/Swift/QtUI/SystemMessageSnippet.h
+++ b/Swift/QtUI/SystemMessageSnippet.h
@@ -15,11 +15,10 @@ class QDateTime;
namespace Swift {
class SystemMessageSnippet : public ChatSnippet {
public:
- SystemMessageSnippet(const QString& message, const QDateTime& time, bool appendToPrevious);
+ SystemMessageSnippet(const QString& message, const QDateTime& time, bool appendToPrevious, QtChatTheme* theme);
+ virtual ~SystemMessageSnippet();
- const QString& getContent() const {
- return content_;
- }
+ const QString& getContent() const {return content_;}
/*QString getContinuationElementID() const {
return "insert";