diff options
author | Alexandr Domrachev <alexandr.domrachev@gmail.com> | 2009-04-27 18:05:39 +0000 |
---|---|---|
committer | Alexandr Domrachev <alexandr.domrachev@gmail.com> | 2009-04-27 18:05:39 +0000 |
commit | 61172b031c59d7f78447d224963b1333ce1d92bd (patch) | |
tree | c840b9a938557f67f70475cc1434762ed4cef2b0 /src/mainview.h | |
parent | TabBar code clean. Icons added to context menu (diff) | |
download | rekonq-61172b031c59d7f78447d224963b1333ce1d92bd.tar.xz |
Open new tab on TabBar double click
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index 35f887fd..77976551 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -103,6 +103,9 @@ public: void showTabBar(); void clear(); +protected: + virtual void mouseDoubleClickEvent(QMouseEvent *event); + public slots: /** * Core browser slot. This create a new tab with a WebView inside |