OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoProgessBar: Distangle finished from progress
dt [Thu, 12 May 2011 11:21:41 +0000 (13:21 +0200)]
ProgessBar: Distangle finished from progress

That is allow progress to be at 100% and yet unfinished.

Task-Nr: QTCREATORBUG-4858

13 years agoQmlJS: Update to new QmlJS parser.
Christian Kamm [Thu, 12 May 2011 11:25:35 +0000 (13:25 +0200)]
QmlJS: Update to new QmlJS parser.

UiPublicMember is now initialized with a statement.

13 years agoQmlJS: Disable collection of semantic messages in 'Build Issues'.
Christian Kamm [Thu, 12 May 2011 10:46:34 +0000 (12:46 +0200)]
QmlJS: Disable collection of semantic messages in 'Build Issues'.

There are too many false positives when a project contains source code
for plugins and qml files using that plugin at the same time. It was
particularly bad for qtdeclarative itself.

Reviewed-by: Roberto Raggi
13 years agoDebuggerRunner: Use 'Yes', 'No' buttons for 'Do you want to continue?'.
Kai Koehne [Thu, 28 Apr 2011 13:07:47 +0000 (15:07 +0200)]
DebuggerRunner: Use 'Yes', 'No' buttons for 'Do you want to continue?'.

13 years agoAdd qml icon to the windows ressources
dt [Thu, 12 May 2011 10:30:16 +0000 (12:30 +0200)]
Add qml icon to the windows ressources

13 years agoFix whitespace/coding style
dt [Thu, 12 May 2011 10:25:25 +0000 (12:25 +0200)]
Fix whitespace/coding style

13 years agoQt Version refactoring
dt [Wed, 4 May 2011 11:14:46 +0000 (13:14 +0200)]
Qt Version refactoring

Split up target specific code into subclasses. Also change
Qt4BuildConfiguration to allow a null qtversion.

Remove code that relied on always having a qt version.
Also make it possible to remove all qt versions.

Completly change the qt in path autodetection to be only
a fall back if no configuration was found.

Note: For now the old settings are not removed, as such 2.2 and master
can coexist.

Reviewed-By: hunger
13 years agomake Tasks sortable
dt [Thu, 12 May 2011 09:51:17 +0000 (11:51 +0200)]
make Tasks sortable

Sorting according to severity then id

Reviewed-By: hunger
13 years agodebugger: fix deletion of breakpoints
hjk [Wed, 11 May 2011 14:57:53 +0000 (16:57 +0200)]
debugger: fix deletion of breakpoints

13 years agoFixes for valgrind-callgrind feedback by Nokia
Kevin Funk [Wed, 11 May 2011 14:26:34 +0000 (16:26 +0200)]
Fixes for valgrind-callgrind feedback by Nokia

Most changes include style fixes and UI changes for better usability.

Merge-request: 324
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agodebugger: derive breakpoint model from QAbstract*, not QTable*
hjk [Wed, 11 May 2011 14:24:04 +0000 (16:24 +0200)]
debugger: derive breakpoint model from QAbstract*, not QTable*

Preparation for proper mulptiple breakpoint display

13 years agodebugger: fix display of <MULTIPLE> breakpoints
hjk [Wed, 11 May 2011 13:51:35 +0000 (15:51 +0200)]
debugger: fix display of <MULTIPLE> breakpoints

13 years agoBuildStep: Make buildsteplist page more dynamic
Tobias Hunger [Wed, 11 May 2011 11:12:26 +0000 (13:12 +0200)]
BuildStep: Make buildsteplist page more dynamic

Use signals from buildsteplist to add/remove/move a buildstep in the
UI.

Reviewed-by: dt
13 years agoQmlDesigner.nodeInstances: avoid conversion
Thomas Hartmann [Wed, 11 May 2011 13:52:17 +0000 (15:52 +0200)]
QmlDesigner.nodeInstances: avoid conversion

13 years agoQmlDesigner.nodeInstances: allow qDebug for InformationChangedCommand
Thomas Hartmann [Wed, 11 May 2011 13:51:28 +0000 (15:51 +0200)]
QmlDesigner.nodeInstances: allow qDebug for InformationChangedCommand

13 years agodebugger: disable address related breakpoints on debugger exit
hjk [Wed, 11 May 2011 13:24:50 +0000 (15:24 +0200)]
debugger: disable address related breakpoints on debugger exit

13 years agodebugger: remove spurious parantheses in user visible string
hjk [Wed, 11 May 2011 12:43:28 +0000 (14:43 +0200)]
debugger: remove spurious parantheses in user visible string

13 years agocppeditor: fix crash on uninitialized pointer
hjk [Wed, 11 May 2011 12:41:38 +0000 (14:41 +0200)]
cppeditor: fix crash on uninitialized pointer

Reviewed-by: Erik Verbruggen
13 years agopluginhowto: compile fix
hjk [Wed, 11 May 2011 10:50:53 +0000 (12:50 +0200)]
pluginhowto: compile fix

13 years agoSymbian: Correctly ignore certain deployment rules
dt_ [Tue, 10 May 2011 14:18:04 +0000 (16:18 +0200)]
Symbian: Correctly ignore certain deployment rules

Reviewed-By: Pawel Polanski
Task-Nr: QTCREATORBUG-4840

13 years agoMaemo: Set more restrictive permissions for generated private keys.
Christian Kandeler [Mon, 9 May 2011 10:21:45 +0000 (12:21 +0200)]
Maemo: Set more restrictive permissions for generated private keys.

For better compatibility with the OpenSSH client.

13 years agopluginhowto: update example code
hjk [Wed, 11 May 2011 10:21:57 +0000 (12:21 +0200)]
pluginhowto: update example code

Still not fully compilable

13 years agoDebugger[CDB]: Move breakpoint back from corrected location.
Friedemann Kleint [Wed, 11 May 2011 10:18:32 +0000 (12:18 +0200)]
Debugger[CDB]: Move breakpoint back from corrected location.

Make it fully work.

Task-number: QTCREATORBUG-4842

13 years agoGCC: Identify meego compiler
Tobias Hunger [Wed, 11 May 2011 10:14:07 +0000 (12:14 +0200)]
GCC: Identify meego compiler

13 years agodebugger: make QVector and std::vector writable
hjk [Tue, 10 May 2011 18:42:22 +0000 (20:42 +0200)]
debugger: make QVector and std::vector writable

13 years agoQmlJS: Remove unused argument for Link helper function.
Christian Kamm [Wed, 11 May 2011 07:11:43 +0000 (09:11 +0200)]
QmlJS: Remove unused argument for Link helper function.

13 years agodebugger: enable modification of std::string and QString
hjk [Tue, 10 May 2011 16:58:06 +0000 (18:58 +0200)]
debugger: enable modification of std::string and QString

13 years agoDebugger: Move breakpoint back from corrected location.
Friedemann Kleint [Tue, 10 May 2011 15:13:33 +0000 (17:13 +0200)]
Debugger: Move breakpoint back from corrected location.

Reviewed-by: hjk
Rubber-stamped-by:

Task-number: QTCREATORBUG-3912

13 years agoDoc: Add documentation on how to write Wizards in code.
Friedemann Kleint [Tue, 10 May 2011 14:51:02 +0000 (16:51 +0200)]
Doc: Add documentation on how to write Wizards in code.

Reviewed-by: Leena Miettinen <leena.miettinen@nokia.com>
Acked-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agodebugger: work on watchpoints (or, "data breakpoints" as they are called now)
hjk [Tue, 10 May 2011 13:57:33 +0000 (15:57 +0200)]
debugger: work on watchpoints (or, "data breakpoints" as they are called now)

13 years agodebugger: (gdb, non-Mac) also print numeric values for enums
hjk [Mon, 9 May 2011 12:29:40 +0000 (14:29 +0200)]
debugger: (gdb, non-Mac) also print numeric values for enums

13 years agodebugger: speed up python dumper
hjk [Mon, 9 May 2011 11:41:43 +0000 (13:41 +0200)]
debugger: speed up python dumper

build up list of string chunks instead of big string

13 years agodebugger: more direct number conversion in putAddress
hjk [Mon, 9 May 2011 11:30:00 +0000 (13:30 +0200)]
debugger: more direct number conversion in putAddress

13 years agoAnalyzer: String constant and include cleanup.
Friedemann Kleint [Tue, 10 May 2011 13:42:41 +0000 (15:42 +0200)]
Analyzer: String constant and include cleanup.

13 years agoKrazy fixes (spelling, single char strings, char constants).
Friedemann Kleint [Tue, 10 May 2011 13:19:38 +0000 (15:19 +0200)]
Krazy fixes (spelling, single char strings, char constants).

13 years agoQmlDesigner.itemlibrary: do not show non-visual content items
Thomas Hartmann [Tue, 10 May 2011 13:10:42 +0000 (15:10 +0200)]
QmlDesigner.itemlibrary: do not show non-visual content items

Task-number: QTCREATORBUG-4770

13 years agoQmlDesigner: allow aborting drag and drop with Escape
Thomas Hartmann [Tue, 10 May 2011 13:09:26 +0000 (15:09 +0200)]
QmlDesigner: allow aborting drag and drop with Escape

Also allows aborting the move tool.

Reviewed-by: Marco Bubke
Task-number: QTCREATORBUG-4322

13 years agoQmlDesigner.formEditor: do not invert selection on click
Thomas Hartmann [Tue, 10 May 2011 13:07:26 +0000 (15:07 +0200)]
QmlDesigner.formEditor: do not invert selection on click

Reviewed-by: Marco Bubke
Task-number: QTCREATORBUG-4819

13 years agoQmlDesigner.formEditor: no focus on enter event
Thomas Hartmann [Tue, 10 May 2011 13:05:52 +0000 (15:05 +0200)]
QmlDesigner.formEditor: no focus on enter event

Reviewed-by: Marco Bubke
Task-number: QTCREATORBUG-4820

13 years agoSmall fixes
Pawel Polanski [Tue, 10 May 2011 12:05:16 +0000 (14:05 +0200)]
Small fixes

13 years agoSmall cleanup
Pawel Polanski [Tue, 10 May 2011 09:40:37 +0000 (11:40 +0200)]
Small cleanup

13 years agoSymbian: Application display name can be changed
Pawel Polanski [Mon, 9 May 2011 15:07:06 +0000 (17:07 +0200)]
Symbian: Application display name can be changed

When publishing to Ovi Store the application's
name can be changed in the Publishing Wizard

Task-number: QTCREATORBUG-4816

13 years agoFix crash after removing target
dt [Mon, 9 May 2011 12:16:19 +0000 (14:16 +0200)]
Fix crash after removing target

Reported on irc by ckamm

13 years agoQmlProfiler: Add missing copyright header
Kai Koehne [Mon, 9 May 2011 10:46:33 +0000 (12:46 +0200)]
QmlProfiler: Add missing copyright header

13 years agoDebugger[CDB]: Correct breakpoint locations in source files.
Friedemann Kleint [Mon, 9 May 2011 15:02:46 +0000 (17:02 +0200)]
Debugger[CDB]: Correct breakpoint locations in source files.

Skip comments, move to end of multi-line statements and
other things.

Initial-patch-by: Erik Verbruggen <erik.verbruggen@nokia.com>
13 years agoFixed auto-test, added constant, and added a bit of doxymentation.
Erik Verbruggen [Mon, 9 May 2011 13:27:22 +0000 (15:27 +0200)]
Fixed auto-test, added constant, and added a bit of doxymentation.

13 years agoFix test compile.
Friedemann Kleint [Mon, 9 May 2011 13:08:21 +0000 (15:08 +0200)]
Fix test compile.

13 years agoQmlDesigner.propertyEditor: fix tooltips
Thomas Hartmann [Mon, 9 May 2011 12:41:42 +0000 (14:41 +0200)]
QmlDesigner.propertyEditor: fix tooltips

We set a stylesheet to avoid bugs with certain styles.
Task-number: QTCREATORBUG-4003

13 years agoQmlDesigner: fixes warning
Thomas Hartmann [Mon, 9 May 2011 12:36:28 +0000 (14:36 +0200)]
QmlDesigner: fixes warning

13 years agoQmlDesigner.itemLibrary: disable animation and preview.
Thomas Hartmann [Mon, 9 May 2011 12:36:11 +0000 (14:36 +0200)]
QmlDesigner.itemLibrary: disable animation and preview.

This feature is not polished enough.
Also since we use the complete canvas it does not make much sense.
So I disable it until we have time to polish it or decide to remove it
completely.

13 years agoAdded the Enumerator class as a special Declaration.
Erik Verbruggen [Mon, 9 May 2011 11:52:03 +0000 (13:52 +0200)]
Added the Enumerator class as a special Declaration.

Reviewed-by: Roberto Raggi
13 years agoClass to find breakpoint positions for CDB.
Erik Verbruggen [Mon, 9 May 2011 11:25:32 +0000 (13:25 +0200)]
Class to find breakpoint positions for CDB.

Reviewed-by: Friedemann Kleint
13 years agoIntroduced capabilities for OperateByInstruction and RunToLine
Thorbjørn Lindeijer [Fri, 1 Apr 2011 17:47:39 +0000 (19:47 +0200)]
Introduced capabilities for OperateByInstruction and RunToLine

The ScriptEngine does not support these actions, so make sure they are
disabled in the debugger menu.

Reviewed-by: hjk
Task-number: QTCREATORBUG-2749

13 years agoSymbian: Unsigned installer's file does not install
Pawel Polanski [Mon, 9 May 2011 11:00:03 +0000 (13:00 +0200)]
Symbian: Unsigned installer's file does not install

Task-number: QTCREATORBUG-4808

13 years agoRemove patch submitted by mistake.
Friedemann Kleint [Mon, 9 May 2011 10:46:38 +0000 (12:46 +0200)]
Remove patch submitted by mistake.

13 years agoCompile
dt [Mon, 9 May 2011 10:23:56 +0000 (12:23 +0200)]
Compile

13 years agoRemove dead code
dt [Mon, 9 May 2011 10:00:23 +0000 (12:00 +0200)]
Remove dead code

13 years agoCompiler warnings.
Friedemann Kleint [Mon, 9 May 2011 07:49:42 +0000 (09:49 +0200)]
Compiler warnings.

13 years agoUpdates to krazy2 reporting.
Bill King [Mon, 9 May 2011 07:33:05 +0000 (09:33 +0200)]
Updates to krazy2 reporting.

13 years agodebugger: re-do the 'bbsetup' after sourcing a user script
hjk [Mon, 9 May 2011 07:17:11 +0000 (09:17 +0200)]
debugger: re-do the 'bbsetup' after sourcing a user script

13 years agodebugger: "Add breakpoint" dialog cosmetics
hjk [Mon, 9 May 2011 07:10:24 +0000 (09:10 +0200)]
debugger: "Add breakpoint" dialog cosmetics

13 years agodebugger: introduce watchpoint-by-expression
hjk [Mon, 9 May 2011 06:35:58 +0000 (08:35 +0200)]
debugger: introduce watchpoint-by-expression

13 years agodebugger: fix output parsing for watchpoint on mac
hjk [Fri, 6 May 2011 12:10:44 +0000 (14:10 +0200)]
debugger: fix output parsing for watchpoint on mac

Task-number: QTCREATORBUG-4797

13 years agoMaemo: Remove file system watcher before removing files.
Christian Kandeler [Fri, 6 May 2011 16:34:28 +0000 (18:34 +0200)]
Maemo: Remove file system watcher before removing files.

13 years agoQmlDesigner.propertyEditor: fixes for PathView
Thomas Hartmann [Fri, 6 May 2011 16:10:06 +0000 (18:10 +0200)]
QmlDesigner.propertyEditor: fixes for PathView

13 years agoQmlDesigner.propertyEditor: fixes for ListView
Thomas Hartmann [Fri, 6 May 2011 16:09:45 +0000 (18:09 +0200)]
QmlDesigner.propertyEditor: fixes for ListView

13 years agoQmlDesigner.propertyEditor: fixes for GridView
Thomas Hartmann [Fri, 6 May 2011 16:09:26 +0000 (18:09 +0200)]
QmlDesigner.propertyEditor: fixes for GridView

13 years agoQmlDesigner.propertyEditor: fixes for Flickable
Thomas Hartmann [Fri, 6 May 2011 16:08:52 +0000 (18:08 +0200)]
QmlDesigner.propertyEditor: fixes for Flickable

13 years agoQmlDesigner.propertyEditor: remove title property for WebView
Thomas Hartmann [Fri, 6 May 2011 16:08:21 +0000 (18:08 +0200)]
QmlDesigner.propertyEditor: remove title property for WebView

Task-Nr: QTCREATORBUG-4676

13 years agoQmlDesigner.propertyEditor: enlarge labels
Thomas Hartmann [Fri, 6 May 2011 16:07:11 +0000 (18:07 +0200)]
QmlDesigner.propertyEditor: enlarge labels

13 years agoQmlDesigner.propertyEditor: fix eliding in property editor
Thomas Hartmann [Fri, 6 May 2011 16:06:05 +0000 (18:06 +0200)]
QmlDesigner.propertyEditor: fix eliding in property editor

13 years agoFix ABI detection of static mingw libraries on windows
Tobias Hunger [Fri, 6 May 2011 15:56:21 +0000 (17:56 +0200)]
Fix ABI detection of static mingw libraries on windows

Task-number: QTCREATORBUG-4771

13 years agoAnalyzer: Introduce delayed initialization of docks.
Friedemann Kleint [Fri, 6 May 2011 15:26:01 +0000 (17:26 +0200)]
Analyzer: Introduce delayed initialization of docks.

Introduce AnalzyerTool::initializeDockWidgets to do that.
Work around exit crash in callgrind.

13 years agoDoc: initial draft of UI text guidelines
Leena Miettinen [Fri, 6 May 2011 15:01:14 +0000 (17:01 +0200)]
Doc: initial draft of UI text guidelines

13 years agoDoc: edit for style and consistency.
Leena Miettinen [Fri, 6 May 2011 14:39:08 +0000 (16:39 +0200)]
Doc: edit for style and consistency.

13 years agoDoc: remove redundant paragraph
Leena Miettinen [Fri, 6 May 2011 08:15:15 +0000 (10:15 +0200)]
Doc: remove redundant paragraph

13 years agoDoc: change link target from Gitorious to Qt developer wiki
Leena Miettinen [Tue, 3 May 2011 10:24:28 +0000 (12:24 +0200)]
Doc: change link target from Gitorious to Qt developer wiki

13 years agoDoc: edit grammar and style
Leena Miettinen [Mon, 2 May 2011 10:14:44 +0000 (12:14 +0200)]
Doc: edit grammar and style

13 years agoDoc: edit grammar and style
Leena Miettinen [Mon, 2 May 2011 10:14:12 +0000 (12:14 +0200)]
Doc: edit grammar and style

13 years agoCorrectly restore disabled shadow building setting
dt_ [Fri, 6 May 2011 13:48:20 +0000 (15:48 +0200)]
Correctly restore disabled shadow building setting

Task-Nr: QTCREATORBUG-4781

13 years agoFix/add copyright headers
Tobias Hunger [Fri, 6 May 2011 13:05:37 +0000 (15:05 +0200)]
Fix/add copyright headers

Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2

13 years agoFix hasCopyright.sh script to work with latest copyright statement
Tobias Hunger [Fri, 6 May 2011 12:59:43 +0000 (14:59 +0200)]
Fix hasCopyright.sh script to work with latest copyright statement

Change-Id: I71b41d7837a0901c5d1ab718dc8f93e4122231fa

13 years agoAdd missing headers to the project
Tobias Hunger [Fri, 6 May 2011 12:59:01 +0000 (14:59 +0200)]
Add missing headers to the project

Change-Id: I2909a4610afa074e7ace56406b176336b43f7b3f

13 years agoUse Core::FileChangeBlocker
Tobias Hunger [Wed, 4 May 2011 14:20:47 +0000 (16:20 +0200)]
Use Core::FileChangeBlocker

Remove class that does something similar.

Reviewed-by: Christian Kandeler
Change-Id: I7acfa119cf18d96c22d1873a464b1c004c78e132

13 years agoQt: Add invalidReason
Tobias Hunger [Wed, 4 May 2011 14:20:34 +0000 (16:20 +0200)]
Qt: Add invalidReason

13 years agoQmlDesigner.textToModelMerger: fix for link
Thomas Hartmann [Fri, 6 May 2011 13:04:19 +0000 (15:04 +0200)]
QmlDesigner.textToModelMerger: fix for link

Fixes: d05992d0fa36fdba45a159491abf8fccf3622a0e

Reviewed-by: Christian Kamm
13 years agoAnalyzer: Do not make each tool current on startup.
Friedemann Kleint [Fri, 6 May 2011 12:02:03 +0000 (14:02 +0200)]
Analyzer: Do not make each tool current on startup.

Avoid adding all dock widgets of all tools to the mainwindow
to save the default settings during initialization.

13 years agoFix compilation
Daniel Molkentin [Fri, 6 May 2011 12:25:34 +0000 (14:25 +0200)]
Fix compilation

13 years agoExport Qt4BuildConfiguration(Factory), Qt4BaseTarget and Qt4Project
dt_ [Fri, 6 May 2011 11:54:53 +0000 (13:54 +0200)]
Export Qt4BuildConfiguration(Factory), Qt4BaseTarget and Qt4Project

Those classes are needed to implement a custom Qt4BaseTarget derived
class.

13 years agoFix adding buildconfigurations for symbian emualator
dt_ [Fri, 6 May 2011 11:43:27 +0000 (13:43 +0200)]
Fix adding buildconfigurations for symbian emualator

Really fixes
Task-Nr: QTCREATORBUG-4649

13 years agoQmlJS: Stop doing significant work in constructors.
Christian Kamm [Fri, 6 May 2011 11:31:30 +0000 (13:31 +0200)]
QmlJS: Stop doing significant work in constructors.

To avoid order-of-initialization problems.

Reviewed-by: Thomas Hartmann
13 years agoQmlDesigner.instanceView: do not skip Models anymore
Thomas Hartmann [Fri, 6 May 2011 11:14:14 +0000 (13:14 +0200)]
QmlDesigner.instanceView: do not skip Models anymore

We only skip Model if they are the root node.
I kept the isSkippedNode since it might become useful again.

13 years agoQmlDesigner.instances: support QVariant properties as parent property
Thomas Hartmann [Fri, 6 May 2011 11:10:25 +0000 (13:10 +0200)]
QmlDesigner.instances: support QVariant properties as parent property

QVariants can store QObjects. The model property of ListView is
a QVariant for example.

13 years agoQmlDesigner.instances: use QtQuick 1.0 instead of Qt 4.7
Thomas Hartmann [Fri, 6 May 2011 11:09:10 +0000 (13:09 +0200)]
QmlDesigner.instances: use QtQuick 1.0 instead of Qt 4.7

13 years agoQmlDesigner.Model: add support for custom parser types
Thomas Hartmann [Fri, 6 May 2011 11:08:46 +0000 (13:08 +0200)]
QmlDesigner.Model: add support for custom parser types

This patch enables us to create objects with custom parsers
like ListModel and XmlListModel.

13 years agoQmlDesigner.navigatorWidget: changing focus policy
Thomas Hartmann [Wed, 4 May 2011 10:33:44 +0000 (12:33 +0200)]
QmlDesigner.navigatorWidget: changing focus policy

Focus is needed to allow keyboard shortcuts and cursor navigation.

13 years agoQmlDesigner.rewriter: __model_data becomes an auxiliaryData
Thomas Hartmann [Wed, 4 May 2011 10:26:46 +0000 (12:26 +0200)]
QmlDesigner.rewriter: __model_data becomes an auxiliaryData

I also added __model_data and fixed some bugs.
Implicit components with Component {} e.g. delegate are now explicit
components in the model to avoid confusion.

13 years agoQmlDesigner.model: changing signature of setAuxiliaryData()
Thomas Hartmann [Wed, 4 May 2011 10:23:43 +0000 (12:23 +0200)]
QmlDesigner.model: changing signature of setAuxiliaryData()

This should be const to be consistent with the rest.

13 years agoQmlDesigner.propertyEditor: Reset property editor when changing mode
Thomas Hartmann [Wed, 4 May 2011 10:22:54 +0000 (12:22 +0200)]
QmlDesigner.propertyEditor: Reset property editor when changing mode

When entering the design mode the property editor is reset.
This reduces complexity since the property editor is reset instead of
having to react to all the possible changes from text.

The same is done for the NodeInstanceView

13 years agoQmlDesigner.nodeInstances: crash fix
Thomas Hartmann [Fri, 6 May 2011 11:28:09 +0000 (13:28 +0200)]
QmlDesigner.nodeInstances: crash fix

In some cases object() != m_nodeInstance->object().
Reading on the worng type of QObject can lead to very interesting
effects.  (e. g. decrementing the pointer to the vtable)

Task-Nr: QTCREATORBUG-4675
Reviewed-by: Marco Bubke