Do you compile your program in debug mode ("CONFIG += debug")? If there is some problem with connection, Qt should write information on the console about it.Originally Posted by tomek
Do you compile your program in debug mode ("CONFIG += debug")? If there is some problem with connection, Qt should write information on the console about it.Originally Posted by tomek
Looks like those two signatures don't match:
Qt Code:
SLOT(update(const QModelIndex&)));To copy to clipboard, switch view to plain text mode
Qt Code:
To copy to clipboard, switch view to plain text mode
Note the lack of the "const" modifier in the second signature.
Thank you! I created the debug libraries now and found my error. It dealed with types, indeed.
Regards!
Bookmarks