runconfiguration: interface cleanup

Change-Id: I8a6fe6598d3d167a20c17e7f695fb6eff3fa0874
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
hjk
2012-02-23 12:28:28 +01:00
committed by hjk
parent 742019e301
commit fbeeac5672
5 changed files with 6 additions and 15 deletions

View File

@@ -253,12 +253,6 @@ uint DebuggerProjectSettings::qmlDebugServerPort() const
return m_qmlDebugServerPort;
}
void DebuggerProjectSettings::setQmlDebugServerPort(uint port)
{
m_qmlDebugServerPort = port;
emit qmlDebugServerPortChanged(port);
}
void DebuggerProjectSettings::suppressQmlDebuggingOptions()
{
m_suppressQmlDebuggingOptions = true;