Remove one unused signal

This commit is contained in:
Jekyll Wu
2012-04-21 09:42:45 +08:00
parent b7c7fdb4f3
commit 00fd222baa
2 changed files with 0 additions and 6 deletions

View File

@@ -1248,7 +1248,6 @@ void Session::zmodemFinished()
void Session::onReceiveBlock(const char* buf, int len)
{
_emulation->receiveData(buf, len);
emit receivedData(QString::fromLatin1(buf, len));
}
QSize Session::size()