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