On Thursday 13 Nov 2003 11:04 pm, Germain Garand wrote:
> Le Mardi 11 Novembre 2003 13:44, Richard Evans a écrit :
> > Hello again
> >
> > I'm having more problems with my older code and PQt3.8.
>
> By the way, even after it's fixed, you'll probably want your program to run
> with 3.008 as well...
> you can bypass the strict checking by using an horrible hack like:
>
> package Qt::_internal;
> no warnings;
> sub objmatch { 1 }
> 1;
>
> you may put that in a separate .pm file and require it if $Qt::VERSION ==
> 3.008
>
> Germain
Thanks Germain, I'll also see if I can find an alternative to using event
filters - as you imply, that's definately a hack to be used as a last resort
:)
Cheers,
--
Rich
scriptyrich@xxxxxxxxxxx
|