diff options
Diffstat (limited to 'Swift/QtUI/QtChatView.h')
-rw-r--r-- | Swift/QtUI/QtChatView.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatView.h b/Swift/QtUI/QtChatView.h index 3936c18..01c1ad7 100644 --- a/Swift/QtUI/QtChatView.h +++ b/Swift/QtUI/QtChatView.h @@ -28,6 +28,8 @@ namespace Swift { QtChatView(QtChatTheme* theme, QWidget* parent); void addMessage(boost::shared_ptr<ChatSnippet> snippet); + void correctLastMessage(const QString& newMessage); + void correctLastMessage(const QString& newMessage, const QString& note); bool isScrolledToBottom() const; signals: @@ -52,7 +54,6 @@ namespace Swift { bool viewReady_; QtWebView* webView_; QWebPage* webPage_; - QString previousContinuationElementID_; QList<boost::shared_ptr<ChatSnippet> > queuedSnippets_; QtChatTheme* theme_; |