summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2017-02-07 00:28:28 +0100
committerSamuel Gaist <samuel.gaist@edeltech.ch>2017-02-15 14:45:18 +0000
commit280225495dc2ac1ca1a2b03c4e19a0b84e0b6bcf (patch)
tree8a63ddfecf57dffa7a351e6f5f60ad931f9231c0 /src/corelib/global/qnamespace.qdoc
parent2aec5c9b3495ecf3c6534dbf47ae09e60b59c146 (diff)
Doc: fixed explanation in Qt::Tool documentation
Clarify the the macOS implication of the flag. Change-Id: Ic68e1ac668cfa68abf868ba6bdd46241dfa9b9a7 Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
-rw-r--r--src/corelib/global/qnamespace.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 48aaf34dcd..71cd9444d6 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2096,7 +2096,7 @@
On \macos, tool windows correspond to the
\l{http://developer.apple.com/documentation/Carbon/Conceptual/HandlingWindowsControls/hitb-wind_cont_concept/chapter_2_section_2.html}{Floating}
class of windows. This means that the window lives on a
- level above normal windows; it impossible to put a normal
+ level above normal windows making it impossible to put a normal
window on top of it. By default, tool windows will disappear
when the application is inactive. This can be controlled by
the Qt::WA_MacAlwaysShowToolWindow attribute.