Author: sanda
Date: Sat Jan 15 21:06:13 2011
New Revision: 37218
URL: http://www.lyx.org/trac/changeset/37218
Log:
add comment
Modified:
lyx-devel/trunk/src/support/unicode.cpp
Modified: lyx-devel/trunk/src/support/unicode.cpp
==============================================================================
--- lyx-devel/trunk/src/support/unicode.cpp Sat Jan 15 20:52:55 2011
(r37217)
+++ lyx-devel/trunk/src/support/unicode.cpp Sat Jan 15 21:06:13 2011
(r37218)
@@ -67,7 +67,7 @@
string tocode_;
string fromcode_;
- QMutex mutex_; // iconv() is not thread save
+ QMutex mutex_; // iconv() is not thread save, see #7240
};