summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtChatView.h')
-rw-r--r--Swift/QtUI/QtChatView.h1
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
@@ -39,10 +39,11 @@ namespace Swift {
39 public slots: 39 public slots:
40 void copySelectionToClipboard(); 40 void copySelectionToClipboard();
41 void scrollToBottom(); 41 void scrollToBottom();
42 void handleLinkClicked(const QUrl&); 42 void handleLinkClicked(const QUrl&);
43 void handleKeyPressEvent(QKeyEvent* event); 43 void handleKeyPressEvent(QKeyEvent* event);
44 void resetView();
44 45
45 private slots: 46 private slots:
46 void handleViewLoadFinished(bool); 47 void handleViewLoadFinished(bool);
47 48
48 private: 49 private: