diff options
Diffstat (limited to 'Swift/QtUI/MessageSnippet.h')
-rw-r--r-- | Swift/QtUI/MessageSnippet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/MessageSnippet.h b/Swift/QtUI/MessageSnippet.h index 8e624f8..4918c19 100644 --- a/Swift/QtUI/MessageSnippet.h +++ b/Swift/QtUI/MessageSnippet.h @@ -15,8 +15,8 @@ class QDateTime; namespace Swift { class MessageSnippet : public ChatSnippet { public: - MessageSnippet(const QString& message, const QString& sender, const QDateTime& time, const QString& iconURI, bool isIncoming, bool appendToPrevious); - + MessageSnippet(const QString& message, const QString& sender, const QDateTime& time, const QString& iconURI, bool isIncoming, bool appendToPrevious, QtChatTheme* theme); + virtual ~MessageSnippet(); const QString& getContent() const { return content_; } |