On 07/14/2009 06:11 AM, Jean-Marc Lasgouttes wrote:
- virtual bool usePlainLayout() { return true; } - ///What this just unnecessary? I wonder why I put it there?You tell me. I removed it because you added in the same commit the const version /// virtual bool usePlainLayout() const { return true; } One is enough :)
Hmm. Probably some kind of weird leftover. Anyway, thanks. rh