diff options
author | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-06-17 13:57:03 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-07-02 10:25:26 (GMT) |
commit | 7348a762379bbc615194281806949e7fbac503a1 (patch) | |
tree | aff0142ad22eb85581ceac6650f235d04d77a63a /src/corelib/global | |
parent | b2de72a51124333b639fdfbda829f54088dff838 (diff) | |
download | Qt-7348a762379bbc615194281806949e7fbac503a1.zip Qt-7348a762379bbc615194281806949e7fbac503a1.tar.gz Qt-7348a762379bbc615194281806949e7fbac503a1.tar.bz2 |
Clarification regarding the WA_X11InitThreads flag.
Diffstat (limited to 'src/corelib/global')
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index ce1176d..19742e7 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -171,7 +171,8 @@ constructed. \value AA_X11InitThreads Calls XInitThreads() as part of the QApplication - construction in order to make Xlib calls thread-safe. + construction in order to make Xlib calls thread-safe. This + attribute must be set before QApplication is constructed. \omitvalue AA_AttributeCount |