Skip to content
GitLab
Menu
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
6ac45841
Commit
6ac45841
authored
Feb 10, 2010
by
Marco Bubke
Browse files
Remove qDebugs
parent
b0b893ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/core/instances/nodeinstance.cpp
View file @
6ac45841
...
...
@@ -132,8 +132,6 @@ Internal::ObjectNodeInstance::Pointer NodeInstance::createInstance(const NodeMet
{
Internal
::
ObjectNodeInstance
::
Pointer
instance
;
qDebug
()
<<
__FUNCTION__
<<
metaInfo
.
typeName
();
if
(
metaInfo
.
isSubclassOf
(
"Qt/QGraphicsView"
,
4
,
6
))
instance
=
Internal
::
GraphicsViewNodeInstance
::
create
(
metaInfo
,
context
,
objectToBeWrapped
);
else
if
(
metaInfo
.
isSubclassOf
(
"Qt/QmlView"
,
4
,
6
))
...
...
src/plugins/qmldesigner/core/model/model.cpp
View file @
6ac45841
...
...
@@ -168,7 +168,6 @@ InternalNode::Pointer ModelPrivate::createNode(const QString &typeString,
int
minorVersion
,
const
QList
<
QPair
<
QString
,
QVariant
>
>
&
propertyList
)
{
qDebug
()
<<
__FUNCTION__
<<
typeString
;
if
(
typeString
.
isEmpty
())
throw
InvalidArgumentException
(
__LINE__
,
__FUNCTION__
,
__FILE__
,
"typeString"
);
if
(
!
m_metaInfo
.
nodeMetaInfo
(
typeString
).
isValid
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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