Hi,
I use Qt Assistant as Custom Help Viewer.
I call it from my application like in the example:
If I don't close a documentation tab in the Assistant, i.e. just close the Assistant, and then use my Help button several times in a row I've got several empty tabs like in an attached image.Qt Code:
... if (!proc) #if !defined(Q_OS_MAC) #else #endif QStringList args; proc->start(app, args); ...To copy to clipboard, switch view to plain text mode
How can I get rid of it?
Thanks in advance.
Bookmarks