From 6aca54134fdf30726b448dd0261aa15abbc27806 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 15 Jan 2011 20:06:13 +0000 Subject: [PATCH] add comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37218 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/unicode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/unicode.cpp b/src/support/unicode.cpp index 0e773f5327..dec1e9c0c6 100644 --- a/src/support/unicode.cpp +++ b/src/support/unicode.cpp @@ -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 };