diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2011-04-04 08:47:28 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-05-11 14:32:57 (GMT) |
commit | a363fad3f45335c6f03108a0ece5472901aa970f (patch) | |
tree | 6d0864e767c525b72989d735776070a1813cc417 /doc | |
parent | 71abe0bb4e2e5cde25fde1817372374d3f4ed095 (diff) | |
download | Qt-a363fad3f45335c6f03108a0ece5472901aa970f.zip Qt-a363fad3f45335c6f03108a0ece5472901aa970f.tar.gz Qt-a363fad3f45335c6f03108a0ece5472901aa970f.tar.bz2 |
Doc: update platform notes on Mac to reflect WA_MacNoCocoaChildWindow
(cherry picked from commit b240f8a2ee3b7ff82a389fbf5dfd076792f385e8)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/platforms/platform-notes.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/platforms/platform-notes.qdoc b/doc/src/platforms/platform-notes.qdoc index 24b297f..aa39957 100644 --- a/doc/src/platforms/platform-notes.qdoc +++ b/doc/src/platforms/platform-notes.qdoc @@ -612,7 +612,7 @@ Qt::WA_MacNormalSize, Qt::WA_MacSmallSize, Qt::WA_MacMiniSize, Qt::WA_MacVariableSize, Qt::WA_MacBrushedMetal, Qt::WA_MacAlwaysShowToolWindow, Qt::WA_MacFrameworkScaled, Qt::WA_MacNoShadow, Qt::Sheet, Qt::Drawer, Qt::MacWindowToolBarButtonHint, - QMainWindow::unifiedTitleAndToolBarOnMac + QMainWindow::unifiedTitleAndToolBarOnMac, WA_MacNoCocoaChildWindow \section2 Mixing Qt with native code Two classes are awailable for either adding native Cocoa views/controls |