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
Marco Bubke
flatpak-qt-creator
Commits
4e18decb
Commit
4e18decb
authored
Feb 12, 2010
by
Roberto Raggi
Browse files
Compile.
parent
0e62a1c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmlinspector/components/watchtable.cpp
View file @
4e18decb
...
...
@@ -162,7 +162,7 @@ QVariant WatchTableModel::data(const QModelIndex &idx, int role) const
const
QVariant
&
value
=
m_values
.
at
(
idx
.
row
()).
variant
;
QString
str
=
value
.
toString
();
if
(
str
.
isEmpty
()
&&
QmlMetaType
::
isObject
(
value
.
userType
()))
{
if
(
str
.
isEmpty
()
&&
QmlMetaType
::
is
Q
Object
(
value
.
userType
()))
{
QObject
*
o
=
QmlMetaType
::
toQObject
(
value
);
if
(
o
)
{
QString
objectName
=
o
->
objectName
();
...
...
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