[Development] Moving QWindowSystemInterface out of QPA
Paul Olav Tvete
paul.tvete at nokia.com
Thu Jul 26 19:12:49 CEST 2012
On Tuesday 24 July 2012 17:15:37 Girish Ramakrishnan wrote:
> On Mon, Jul 23, 2012 at 4:31 AM, <lars.knoll at nokia.com> 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
More information about the Development
mailing list