Doc: add a quick note about unfixed Windows encoding bug
Task-number: QTBUG-49640 Change-Id: Icb0289e3118a41dd9438fffd1492925b03de62d6 Reviewed-by: David Faure <david.faure@kdab.com>bb10
parent
a89c392097
commit
69ce68cb89
|
|
@ -84,6 +84,9 @@ QT_BEGIN_NAMESPACE
|
|||
For the use case of protecting a resource over a long time, you should therefore call
|
||||
setStaleLockTime(0), and when tryLock() returns LockFailedError, inform the user
|
||||
that the document is locked, possibly using getLockInfo() for more details.
|
||||
|
||||
\note On Windows, this class has problems detecting a stale lock if the
|
||||
machine's hostname contains characters outside the US-ASCII character set.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue