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
ada66847
Commit
ada66847
authored
Sep 10, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.rewriter: add sanity check to qDebug
parent
b1385817
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/model/rewriterview.cpp
View file @
ada66847
...
...
@@ -430,7 +430,8 @@ void RewriterView::applyChanges()
const
QString
content
=
textModifierContent
();
qDebug
()
<<
"RewriterException:"
<<
m_rewritingErrorMessage
;
qDebug
()
<<
"Content:"
<<
content
;
qDebug
()
<<
"Error:"
<<
errors
().
first
().
description
();
if
(
!
errors
().
isEmpty
())
qDebug
()
<<
"Error:"
<<
errors
().
first
().
description
();
throw
RewritingException
(
__LINE__
,
__FUNCTION__
,
__FILE__
,
m_rewritingErrorMessage
,
content
);
}
}
...
...
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