This commit is contained in:
Alexey Shcherbakov 2013-02-24 20:00:49 -08:00
parent d13fbcd10c
commit 21ea86cbb6
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ void ConnectionPrivate::closeOk( const QAMQP::Frame::Method & )
QMetaObject::invokeMethod(pq_func(), "disconnected");
if(heartbeatTimer_)
{
heartbeatTimer_->stop()
heartbeatTimer_->stop();
}
}