diff options
author | Alexandr Domrachev <alexandr.domrachev@gmail.com> | 2009-04-27 18:42:51 +0000 |
---|---|---|
committer | Alexandr Domrachev <alexandr.domrachev@gmail.com> | 2009-04-27 18:42:51 +0000 |
commit | 2382db2c27728214cb9645fee3ef49222ca8dcd5 (patch) | |
tree | da0b6fa0ff178f301f14b8354003d0cef37c7ddb /src/mainview.h | |
parent | Open new tab on TabBar double click (diff) | |
download | rekonq-2382db2c27728214cb9645fee3ef49222ca8dcd5.tar.xz |
TabBar context menu fix ported
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index 77976551..97b9fbad 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -105,6 +105,7 @@ public: protected: virtual void mouseDoubleClickEvent(QMouseEvent *event); + virtual void contextMenuEvent(QContextMenuEvent *event); public slots: /** |