Emit finished() if sending is stopped prematurely

qcpfix
Phil Taylor 2023-02-20 10:34:21 +00:00
rodzic a6b1bce69e
commit c8b97e8952
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -302,6 +302,7 @@ void cwSidetone::setLevel(int level) {
void cwSidetone::stopSending() {
QMutexLocker locker(&mutex);
buffer.clear();
emit finished();
}