Added flush to the text stream to termbin.

knobtest
Elliott Liggett 2022-09-15 14:09:16 -07:00
rodzic b849df9f7f
commit d90104a79e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -109,6 +109,7 @@ void loggingWindow::connectedToHost()
outText << ui->logTextDisplay->toPlainText();
outText << "\n----------\nSent from wfview version ";
outText << WFVIEW_VERSION << "\n----------\n";
outText.flush();
}
void loggingWindow::handleLoggingHostError(QAbstractSocket::SocketError error)