Fix some things on the console and start implementing the transfer.

This commit is contained in:
Joao Mesquita
2010-04-14 23:54:59 -03:00
parent 0f29f46172
commit fab8e0d5b6
5 changed files with 31 additions and 6 deletions

View File

@@ -112,3 +112,9 @@ QTime Call::getCurrentStateTime()
int now = QDateTime::fromTime_t(time).secsTo(QDateTime::currentDateTime());
return QTime::fromString(QString::number(now), "s");
}
/*bool Call::transfer()
{
g_FSHost.sendCmd("uuid_bridge", "")
}*/