On Thu, Oct 18, 2007 at 08:15:16PM -0500, Bo Peng wrote:
> > >
> > > URL: http://www.lyx.org/trac/changeset/21048
> > > Log:
> > > isome more FileName shuffling
> >
> > [..]
> >
> > > +bool FileName::isWritable() const
> > > +{
> > > + QFileInfo const fi(toqstr(name_));
> > > + return fi.is
Enrico Forestieri wrote:
On Thu, Oct 18, 2007 at 11:03:52PM -, [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
+{
+ Q
> >
> > 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...
And I just fixed tex2lyx for you.
Bo
On Thu, Oct 18, 2007 at 11:03:52PM -, [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 con