forked from qt-creator/qt-creator
Remove debugging output again
This commit is contained in:
@@ -143,7 +143,6 @@ void MaemoRunConfiguration::handleParseState(bool success)
|
|||||||
bool enabled = isEnabled();
|
bool enabled = isEnabled();
|
||||||
m_validParse = success;
|
m_validParse = success;
|
||||||
if (enabled != isEnabled()) {
|
if (enabled != isEnabled()) {
|
||||||
qDebug()<<"Emitting isEnabledChanged()"<<!enabled;
|
|
||||||
emit isEnabledChanged(!enabled);
|
emit isEnabledChanged(!enabled);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -109,7 +109,6 @@ void S60EmulatorRunConfiguration::handleParserState(bool success)
|
|||||||
bool enabled = isEnabled();
|
bool enabled = isEnabled();
|
||||||
m_validParse = success;
|
m_validParse = success;
|
||||||
if (enabled != isEnabled()) {
|
if (enabled != isEnabled()) {
|
||||||
qDebug()<<"Emitting isEnabledChanged()"<<!enabled;
|
|
||||||
emit isEnabledChanged(!enabled);
|
emit isEnabledChanged(!enabled);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user