in callApplication:: processfinished remove the setHtml statement.
this statement overwrites the message set by ClientSocket::generateError().
in callApplication:: processfinished remove the setHtml statement.
this statement overwrites the message set by ClientSocket::generateError().
Nothing new, i had already tried to remove it but it keeps on to not work.
I added this method, and i call it into callApplication:: processfinished
Qt Code:
void CallApplication::test(){ this->textBrowserPark->setHtml("Yeah!"); }To copy to clipboard, switch view to plain text mode
it shuold print a string into the server message box but nothing, i can't call no one functions in callApplication:: processfinished...it looks really strange...any work around?
I have implemented again the server classes and i fixed my problems, thanks for your support![]()
Bookmarks