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/QtWebView.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/QtWebView.h')
| -rw-r--r-- | Swift/QtUI/QtWebView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtWebView.h b/Swift/QtUI/QtWebView.h index 171330d..f60e5ef 100644 --- a/Swift/QtUI/QtWebView.h +++ b/Swift/QtUI/QtWebView.h | |||
| @@ -18,10 +18,11 @@ namespace Swift { | |||
| 18 | void dragEnterEvent(QDragEnterEvent *event); | 18 | void dragEnterEvent(QDragEnterEvent *event); |
| 19 | void contextMenuEvent(QContextMenuEvent* ev); | 19 | void contextMenuEvent(QContextMenuEvent* ev); |
| 20 | 20 | ||
| 21 | signals: | 21 | signals: |
| 22 | void gotFocus(); | 22 | void gotFocus(); |
| 23 | void clearRequested(); | ||
| 23 | 24 | ||
| 24 | protected: | 25 | protected: |
| 25 | void focusInEvent(QFocusEvent* event); | 26 | void focusInEvent(QFocusEvent* event); |
| 26 | }; | 27 | }; |
| 27 | } | 28 | } |
Swift