CodaRunControl: Add missing destructor.

This commit is contained in:
Friedemann Kleint
2011-02-08 12:12:26 +01:00
parent a9982cac70
commit bb8f7d77ab
2 changed files with 7 additions and 1 deletions

View File

@@ -88,6 +88,10 @@ CodaRunControl::CodaRunControl(RunConfiguration *runConfiguration, const QString
}
}
CodaRunControl::~CodaRunControl()
{
}
bool CodaRunControl::doStart()
{
if (m_address.isEmpty() && m_serialPort.isEmpty()) {