c++ Programming Glossary: telnetthread
Where to delete QTcpSocket in thread to avoid valgrind errors http://stackoverflow.com/questions/19280903/where-to-delete-qtcpsocket-in-thread-to-avoid-valgrind-errors always refer to some instance of your TelnetConnection as telnetThread . This is just to make it obvious what thread am I talking about... error from within the run method. It's called from telnetThread a different thread than the QObject the signal lives in it lives.. thread than the QObject the signal lives in it lives in telnetThread thread . The run method is executing within the telnetThread..
|