diff options
| author | Remko Tronçon <git@el-tramo.be> | 2010-09-05 12:59:02 (GMT) |
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2010-09-05 12:59:02 (GMT) |
| commit | 89f18c8af344fc94bb5cf19035c74385d1c9df9c (patch) | |
| tree | d215e1ad1267431ea10d511d6f429985b5bf2800 /Swift/QtUI/QtChatView.h | |
| parent | 5b974445a8ce78ca73bdfae9a8114857e4fc3d36 (diff) | |
| download | swift-89f18c8af344fc94bb5cf19035c74385d1c9df9c.zip swift-89f18c8af344fc94bb5cf19035c74385d1c9df9c.tar.bz2 | |
Added "Clear" context menu for chat log.
Resolves: #225
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 | |||
| @@ -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: |
Swift