diff options
Diffstat (limited to 'Swift/QtUI/QtChatView.h')
| -rw-r--r-- | Swift/QtUI/QtChatView.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatView.h b/Swift/QtUI/QtChatView.h index e60c92f..8c1a99a 100644 --- a/Swift/QtUI/QtChatView.h +++ b/Swift/QtUI/QtChatView.h @@ -41,6 +41,7 @@ namespace Swift {  			void scrollToBottom();  			void handleLinkClicked(const QUrl&);  			void handleKeyPressEvent(QKeyEvent* event); +			void resetView();  		private slots:  			void handleViewLoadFinished(bool);  | 
 Swift