diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-11-11 17:25:36 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-13 12:05:01 (GMT) |
commit | 4a46ff8346c98081fea2c4cb208e1a3d3c991f0e (patch) | |
tree | 9115b4f1aafb160b7b1ac26a1d96454ed33ecc03 | |
parent | e7ffa888c9b023dd910b324873f02b052afac467 (diff) | |
download | Qt-4a46ff8346c98081fea2c4cb208e1a3d3c991f0e.zip Qt-4a46ff8346c98081fea2c4cb208e1a3d3c991f0e.tar.gz Qt-4a46ff8346c98081fea2c4cb208e1a3d3c991f0e.tar.bz2 |
Doc: fix typo
Fixes: QTBUG-5167
(cherry picked from commit a4053a6e7a9a686433dc4814a5b52da3bc96969f)
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index 5ac3675..ae47f13 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -2003,7 +2003,7 @@ \value Tool Indicates that the widget is a tool window. A tool window is often a small window with a smaller than usual title bar and decoration, typically used for - collections of tool buttons. It there is a parent, + collections of tool buttons. If there is a parent, the tool window will always be kept on top of it. If there isn't a parent, you may consider using Qt::WindowStaysOnTopHint as well. If the window |