doh! Thank you so much, I was a bit tired when i wrote it.
I completely missed that it wasn't just a random:
Now it makes sense again!Qt Code:
qDebug() << "Did we get to this part of the code?"To copy to clipboard, switch view to plain text mode
I usually don't execute statements in a qDebug, this was purely because I at the time was uncertain that the connection ever got established. I just forgot to delete it again.
I will use your advice to save it in a variable and then pass it to qDebug to avoid a situation like this again, Thank you!
Best regards David
Bookmarks