Move enums that was part of the Qt namespace to qnamespace.h
authorJan-Arve Saether <jan-arve.saether@nokia.com>
Thu, 6 Sep 2012 13:08:40 +0000 (15:08 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 7 Sep 2012 04:26:57 +0000 (06:26 +0200)
commit1abf0ca5e39b2f9f95d96f805484b122b2dc5e05
tree3054d93d160478fe0901c62f474e5b84ad06c8ee
parentb77b5cc5be5d7ca00c6bf6c4b83585cbbf3d91fd
Move enums that was part of the Qt namespace to qnamespace.h

This caused some headache wrt documentation, since in order to
generate the proper documentation for the qt namespace
qdoc also needed to parse the headers of gui, which breaks
cross-module linking. (This is because qdoc will actually
generate two almost identical nodes in the code tree; one
from the header files from gui and another from the index file
of gui).

The best fix would maybe be to make it part of
QAbstractTextDocumentLayout, but that will break source compat.

Change-Id: I34e94d05fa4bec3034778d1f1cc0e53d0625e1ab
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
src/corelib/global/qnamespace.h
src/corelib/global/qnamespace.qdoc
src/gui/text/qtextdocument.h