1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Installing a scene filter doesn't work. Not needed either.

This commit is contained in:
Christian Muehlhaeuser 2011-09-05 12:28:46 +02:00
parent c7317dbe54
commit 5968d6c903

View File

@ -68,7 +68,6 @@ ContextProxyPage::setPage( Tomahawk::ContextPage* page )
setLayout( layout );
page->widget()->installEventFilter( this );
page->widget()->installSceneEventFilter( this );
}