diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-10-03 10:59:05 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-10-03 10:59:05 (GMT) |
commit | afcbc3c51af32463653e2cdc9b3050b083b584e8 (patch) | |
tree | 6a0f00f8726d0ff1d986d834e521287adf9874fd /src | |
parent | 85a88280eb36f8247ee2ab5161a9df39645c0a96 (diff) | |
download | Qt-afcbc3c51af32463653e2cdc9b3050b083b584e8.zip Qt-afcbc3c51af32463653e2cdc9b3050b083b584e8.tar.gz Qt-afcbc3c51af32463653e2cdc9b3050b083b584e8.tar.bz2 |
Doc: add \since 4.6 to new QGraphicsItem::PanelModality enum.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp index 0690690..3069733 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -609,6 +609,7 @@ /*! \enum QGraphicsItem::PanelModality + \since 4.6 This enum specifies the behavior of a modal panel. A modal panel is one that blocks input to other panels. Note that items that |