Revert "QmlJsDebugger: Fix observer navigation on Mac OS X"

This reverts accidentally pushed commit 4f33fbc229.
This commit is contained in:
Kai Koehne
2010-11-05 16:21:00 +01:00
parent eac940cd01
commit bb27ed24bf
@@ -80,7 +80,6 @@ QDeclarativeViewObserver::QDeclarativeViewObserver(QDeclarativeView *view, QObje
data->currentTool = data->selectionTool;
data->view->setMouseTracking(true);
data->view->installEventFilter(this);
data->view->viewport()->installEventFilter(this);
data->debugService = QDeclarativeObserverService::instance();