On Thu, Oct 18, 2007 at 11:03:52PM -0000, [EMAIL PROTECTED] wrote:
> Author: poenitz
> Date: Fri Oct 19 01:03:51 2007
> New Revision: 21048
> 
> URL: http://www.lyx.org/trac/changeset/21048
> Log:
> isome more FileName shuffling

[..]

> +bool FileName::isWritable() const
> +{
> +     QFileInfo const fi(toqstr(name_));
> +     return fi.isReadable();
> +}

Ouch...

-- 
Enrico

Reply via email to