Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
QtTesting
Commits
5a1d83d0
Commit
5a1d83d0
authored
Feb 16, 2012
by
Utkarsh Ayachit
⛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix warnings.
parent
d24ff313
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pqTabBarEventPlayer.cxx
pqTabBarEventPlayer.cxx
+1
-1
No files found.
pqTabBarEventPlayer.cxx
View file @
5a1d83d0
...
...
@@ -108,7 +108,7 @@ bool pqTabBarEventPlayer::playEvent(
std
::
cout
<<
"DEBUG: Could not find request tab-pane on "
<<
pqObjectNaming
::
GetName
(
*
tab_bar
).
toAscii
().
data
()
<<
". Using "
<<
pqObjectNaming
::
GetName
(
*
sibling_tab_bar
).
toAscii
().
data
()
<<
" instead."
<<
endl
;
<<
std
::
endl
;
sibling_tab_bar
->
setCurrentIndex
(
cc
);
return
true
;
}
...
...
Write
Preview
Markdown
is supported
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