Try to #include <QTextCursor>, this sounds like the compiler could not find the class' definition.
Try to #include <QTextCursor>, this sounds like the compiler could not find the class' definition.
This is not possible. it's a private class
Hello,
I added this header:
#include <private/qrrichtext_p.h>
and it works. Many thanks again!!
Bookmarks