On 29/09/2008 02:38, hzluo wrote:
Yes, the fact that this code _is not used_, provided that you use
Qt4.4. And we _will_ use Qt4.4 on Windows for 1.6.x. This code is
meant to disappear when we finally switch to 4.4, but this is not
very important. The other issue is much more important.
Yes, I know that. I can fully understand the code. But I still insist
that
the function Filename::Private::checksum() should belong to Filename
class, _not_ Filename::Private class, no matter for Qt 4.4 or 4.3
I see no reason this function must be put in Filename::Private.
FYI, I merged the two methods now:
Author: younes
Date: Mon Sep 29 11:35:13 2008
New Revision: 26615
URL:http://www.lyx.org/trac/changeset/26615
Log:
Merge FileFileName::Private::checksum() into FileFileName::checksum().
Abdel.