N
N
Nikolay Nozdrin-Plotnitsky2014-08-14 10:52:25
Qt
Nikolay Nozdrin-Plotnitsky, 2014-08-14 10:52:25

Does the program freeze when calling a function in a slot?

void MainWindow::readData()
{
    QByteArray data = serial->readAll();
    console->putData(data);

    //ProcessRawData();
}

If uncommented, the program freezes (

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Shvedov, 2014-08-14
@scientistnik

Well, for example, it would be possible to provide the code of the function on which everything hangs (I mean ProcessRawData)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question