diff options
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