diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-11 20:04:26 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-11 20:04:26 +0200 |
commit | b4830656dbe996fa6d209ed8171cecb68c1331e1 (patch) | |
tree | 1c386805d3db52d75d40386e3c821475237b0306 /src/mainview.h | |
parent | pedantic (diff) | |
parent | Removed MainView events.. (diff) | |
download | rekonq-b4830656dbe996fa6d209ed8171cecb68c1331e1.tar.xz |
Merge branch 'NoMainViewEvents'
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainview.h b/src/mainview.h index 995b4f2d..147096d9 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -92,11 +92,6 @@ public: */ void showTabBar(); -protected: - void mouseDoubleClickEvent(QMouseEvent *event); - void contextMenuEvent(QContextMenuEvent *event); - void mouseReleaseEvent(QMouseEvent *event); - public slots: /** |