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
Thiago Macieira 2016-12-22 10:02:26 -02:00
parent a89c392097
commit 69ce68cb89
1 changed files with 3 additions and 0 deletions

View File

@ -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.
*/
/*!