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
Tobias Hunger
qt-creator
Commits
b7bfe7a7
Commit
b7bfe7a7
authored
Sep 17, 2009
by
dt
Browse files
Remove debug output
parent
a809dfde
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectwindow.cpp
View file @
b7bfe7a7
...
...
@@ -287,7 +287,6 @@ void RunConfigurationComboBox::activeItemChanged(int index)
m_ignoreChange
=
true
;
SessionManager
*
session
=
ProjectExplorer
::
ProjectExplorerPlugin
::
instance
()
->
session
();
QPair
<
int
,
int
>
pair
=
convertIntToTreeIndex
(
index
);
qDebug
()
<<
"Active Item changed to "
<<
index
<<
"which is :"
<<
pair
.
first
<<
pair
.
second
;
if
(
pair
.
first
==
-
1
)
{
setCurrentIndex
(
-
1
);
}
else
{
...
...
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