From 03c624f2b2e718ca6164402d55b5dca8c3a819dd Mon Sep 17 00:00:00 2001 From: Yoann Laissus Date: Mon, 20 Dec 2010 20:48:18 +0100 Subject: - 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 --- src/webview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/webview.h') 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(); -- cgit v1.2.1