diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-12-20 20:48:18 +0100 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-12-20 20:51:10 +0100 |
commit | 03c624f2b2e718ca6164402d55b5dca8c3a819dd (patch) | |
tree | 426bdbdacdbb79ba59b983cccad74af2cffccabd /src/webview.h | |
parent | Ctrl+Shift+P shortcut for Private browsing (diff) | |
download | rekonq-03c624f2b2e718ca6164402d55b5dca8c3a819dd.tar.xz |
- Bookmark folders can now be dragged and dropped in the toolbar.
- Drop a bookmark folder in the WebView no longer crash rekonq but open this folder in new tabs
- Fix some crash when a single bookmark is dropped in the WebView (incorrect URL)
- Port the drag icon to IconManager
CCBUG: 226479
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h index 9518b74d..acd7eae2 100644 --- a/src/webview.h +++ b/src/webview.h @@ -60,6 +60,7 @@ protected: void mouseMoveEvent(QMouseEvent *event); void keyPressEvent(QKeyEvent *event); void wheelEvent(QWheelEvent *event); + void dropEvent(QDropEvent *event); private slots: void search(); |