summaryrefslogtreecommitdiffstats
path: root/src/net/mcast/McastSender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/mcast/McastSender.cpp')
-rw-r--r--src/net/mcast/McastSender.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/mcast/McastSender.cpp b/src/net/mcast/McastSender.cpp
index f49c0df..294fc55 100644
--- a/src/net/mcast/McastSender.cpp
+++ b/src/net/mcast/McastSender.cpp
@@ -67,6 +67,8 @@ void McastSender::readyToSend()
_finished = true;
_iodev->close();
+
+ emit allSent();
}
else
{
@@ -89,6 +91,8 @@ void McastSender::readyToSend()
_curoffs += len_read;
_socket->sendPacket(pdu);
+
+ emit progress(_curoffs);
}
}