Re: [Development] Qt Namespace enums defined in QTextDocument

2012-03-25 Thread lars.knoll
:development@qt-project.org>> Subject: [Development] Qt Namespace enums defined in QTextDocument Hi, The Qt::HitTestAccuracy and Qt::WhiteSpaceMode enum are defined in QTextDocument (which is in QtGUI), but they are documented in the Qt Namespace, which is in QtCore. This obviously does not work if w

[Development] Qt Namespace enums defined in QTextDocument

2012-03-25 Thread casper.vandonderen
Hi, The Qt::HitTestAccuracy and Qt::WhiteSpaceMode enum are defined in QTextDocument (which is in QtGUI), but they are documented in the Qt Namespace, which is in QtCore. This obviously does not work if we want to modularize the documentation on a library level. I have no idea how to solve thi

[Development] Qt Namespace

2011-11-30 Thread toby.tomkins
Hello all, I am currently cleaning up Qt5 modules so they all compile using the -qtnamespace option in configure. I have completed some of the modules without incident but would like feedback on my current plan of action for modules that deviate from the standard naming convention. So for the