forked from qt-creator/qt-creator
CodaRunControl: Add missing destructor.
This commit is contained in:
@@ -88,6 +88,10 @@ CodaRunControl::CodaRunControl(RunConfiguration *runConfiguration, const QString
|
||||
}
|
||||
}
|
||||
|
||||
CodaRunControl::~CodaRunControl()
|
||||
{
|
||||
}
|
||||
|
||||
bool CodaRunControl::doStart()
|
||||
{
|
||||
if (m_address.isEmpty() && m_serialPort.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user