Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
QtTesting
Commits
a36856d1
Commit
a36856d1
authored
Nov 01, 2006
by
Clinton Stimpson
Browse files
ENH: Add debug statements if objects aren't found.
parent
27c1dbe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
pqObjectNaming.cxx
View file @
a36856d1
...
@@ -204,6 +204,11 @@ QObject* pqObjectNaming::GetObject(const QString& Name)
...
@@ -204,6 +204,11 @@ QObject* pqObjectNaming::GetObject(const QString& Name)
return
result
;
return
result
;
qCritical
()
<<
"Couldn't find object "
<<
Name
;
qCritical
()
<<
"Couldn't find object "
<<
Name
;
if
(
lastObject
)
{
qCritical
()
<<
"Found up to "
<<
pqObjectNaming
::
GetName
(
*
lastObject
);
}
if
(
lastObject
)
if
(
lastObject
)
{
{
...
...
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