Andre Poenitz wrote:
On Wed, Oct 17, 2007 at 11:54:00PM +0200, Andre Poenitz wrote:
Something like that?
Second try.
This kind of thing:
-       if (layout_file.empty() || 
!fs::exists(layout_file.toFilesystemEncoding()))
+       if (layout_file.empty() || !layout_file.exists())
is so much simpler, it'd be worth doing even if not for the assertion issue.

rh

Reply via email to