]> git.lyx.org Git - features.git/commitdiff
add comment
authorPavel Sanda <sanda@lyx.org>
Sat, 15 Jan 2011 20:06:13 +0000 (20:06 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 15 Jan 2011 20:06:13 +0000 (20:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37218 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/unicode.cpp

index 0e773f5327d67d0a1630ec2e66b9a1f62a0d5ec8..dec1e9c0c668a98c193836000ae456a0929ae5e8 100644 (file)
@@ -67,7 +67,7 @@ struct IconvProcessor::Impl
        string tocode_;
        string fromcode_;
 
-       QMutex mutex_; // iconv() is not thread save
+       QMutex mutex_; // iconv() is not thread save, see #7240
 };