diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-11-11 17:25:36 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-11-11 17:25:36 (GMT) |
commit | a4053a6e7a9a686433dc4814a5b52da3bc96969f (patch) | |
tree | ab36e4931d89ed9f8d8600960a666e9312c21b50 /src/corelib/global | |
parent | de76200652e05de34d99f111c64a051a49911034 (diff) | |
download | Qt-a4053a6e7a9a686433dc4814a5b52da3bc96969f.zip Qt-a4053a6e7a9a686433dc4814a5b52da3bc96969f.tar.gz Qt-a4053a6e7a9a686433dc4814a5b52da3bc96969f.tar.bz2 |
Doc: fix typo
Fixes: QTBUG-5167
Diffstat (limited to 'src/corelib/global')
-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 |