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
610023f8
Commit
610023f8
authored
Dec 09, 2010
by
dt
Browse files
Remove debugging output again
parent
f5d68d9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
View file @
610023f8
...
...
@@ -143,7 +143,6 @@ void MaemoRunConfiguration::handleParseState(bool success)
bool
enabled
=
isEnabled
();
m_validParse
=
success
;
if
(
enabled
!=
isEnabled
())
{
qDebug
()
<<
"Emitting isEnabledChanged()"
<<!
enabled
;
emit
isEnabledChanged
(
!
enabled
);
}
}
...
...
src/plugins/qt4projectmanager/qt-s60/s60emulatorrunconfiguration.cpp
View file @
610023f8
...
...
@@ -109,7 +109,6 @@ void S60EmulatorRunConfiguration::handleParserState(bool success)
bool
enabled
=
isEnabled
();
m_validParse
=
success
;
if
(
enabled
!=
isEnabled
())
{
qDebug
()
<<
"Emitting isEnabledChanged()"
<<!
enabled
;
emit
isEnabledChanged
(
!
enabled
);
}
}
...
...
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