I have a client connected to a server, and it is also connected to a Sqlite3 database. When I receive a message from the server a get an QMessageBox showing an error "No query Unable to fetch row".
I tried it with qDebug() outputs and by Debugging the application but the message is not produced by me nor thrown by any DB execution, since none is executed at the moment when I get the message.
I tried it with to debug everything and I found out that even before the 'readyRead()' from an incomming message is even called from the socket connection to the server I receive the error message!?
Does anyone know how I figure out where it comes from?