[mythtv] [mythtv-commits] mythtv commit: r8568 by danielk

Daniel Kristjansson danielk at cuymedia.net
Wed Jan 11 19:10:22 UTC 2006


On Wed, 2006-01-11 at 14:03 -0500, Isaac Richards wrote:
> On Wednesday 11 January 2006 13:32, Daniel Kristjansson wrote:
> > On Wed, 2006-01-11 at 13:27 -0500, Isaac Richards wrote:
> > > In older versions (3.2 and earlier, IIRC) of Qt, it is _not_ reentrant.
> >
> > Ah, I see. It is actually 3.0 and earlier that aren't reentrant.
> >
> > We only support 3.1+, right?
> 
> Right, but I'm pretty sure there's issues with QRegExp later than 3.0 - 
> remember the big DB changes to the little myth wrapper around the QSql 
> classes?  That was mainly due to a static QRegExp in QSqlQuery in 3.2 and 
> earlier..

Ugh, well I'll make it an instance variable and lock it then.
That should avoid any QString thread-safety problems as well.

-- Daniel



More information about the mythtv-dev mailing list