From 5968d6c90380ac2b8d0e282928d9578bb310acfe Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 5 Sep 2011 12:28:46 +0200 Subject: [PATCH] * Installing a scene filter doesn't work. Not needed either. --- src/libtomahawk/context/ContextPage.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/context/ContextPage.cpp b/src/libtomahawk/context/ContextPage.cpp index 06347f19e..2e2332fff 100644 --- a/src/libtomahawk/context/ContextPage.cpp +++ b/src/libtomahawk/context/ContextPage.cpp @@ -68,7 +68,6 @@ ContextProxyPage::setPage( Tomahawk::ContextPage* page ) setLayout( layout ); page->widget()->installEventFilter( this ); - page->widget()->installSceneEventFilter( this ); }