On Tuesday 24 July 2012 17:15:37 Girish Ramakrishnan wrote: > On Mon, Jul 23, 2012 at 4:31 AM, <[email protected]> wrote:
> > How about a third solution, that only exposes the three methods that are > > being used by QTestLib? We could turn QWSI into a namespace, and forward > > declare the required methods in qtestkeyboard.h etc. > > Why didn't I think of that :) Maybe because QTestLib also uses the TouchPoint struct definition? > This is of course a much simpler > solution. I guess we don't even need QWSI to be a namespace for this, > do we? I just need to forward declare the three methods. > > Let me give it a shot. I have now made an attempt: https://codereview.qt-project.org/31613 it was slightly more complex than I thought it would be :) - Paul _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
