mirror of
https://github.com/KDE/konsole.git
synced 2026-05-14 01:25:12 -04:00
Remove one unused signal
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user