diff options
Diffstat (limited to 'Swift/QtUI/QtChatView.h')
| -rw-r--r-- | Swift/QtUI/QtChatView.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/QtChatView.h b/Swift/QtUI/QtChatView.h index 01c1ad7..ce1f8bc 100644 --- a/Swift/QtUI/QtChatView.h +++ b/Swift/QtUI/QtChatView.h @@ -28,8 +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); +			void replaceLastMessage(const QString& newMessage); +			void replaceLastMessage(const QString& newMessage, const QString& note);  			bool isScrolledToBottom() const;  		signals:  | 
 Swift