Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
bb27ed24
Commit
bb27ed24
authored
Nov 05, 2010
by
Kai Koehne
Browse files
Revert "QmlJsDebugger: Fix observer navigation on Mac OS X"
This reverts accidentally pushed commit
4f33fbc2
.
parent
eac940cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qml/qmljsdebugger/qdeclarativeviewobserver.cpp
View file @
bb27ed24
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment