This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
1f3896e8af6f4417588b65f0fa68759277ab6dac
qt-creator
/
share
/
qtcreator
/
qml
/
qmljsdebugger
/
protocol
/
protocol.pri
4 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
QmlJSDebugger: Switched message identifiers from string to enum Avoids spelling problems, makes it easier to know all possible messages and enables autocompletion. The enum is part of a QObject derived class so that the meta object can be used to print out the enumerators as readable strings. Reviewed-by: Kai Koehne
2011-02-24 17:26:36 +01:00
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
QmlJSInspector: Renamed Observer to Inspector Manually redid Qt 4.8 commit 206ebd5af21d94c3f3b49d2cb645105a63e6f5fb, to make future code synchronization easier. In order not to have to change the QmlApplicationViewer again, a compatibility class QDeclarativeViewObserver is retained that subclasses QDeclarativeViewInspector. Change-Id: Ief87ae2f8f76b1db0c9d65085e4832424b277603 Reviewed-on: http://codereview.qt.nokia.com/242 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
2011-05-30 16:32:25 +02:00
HEADERS += $$PWD/inspectorprotocol.h
Copy Permalink