Fix compilation of tst_QSqlThread: no need to use QBasicAtomicInt here
Change-Id: Ib474fe62501ee1ee5e3d7008c3b561f8db79265c Reviewed-by: Mark Brand <mabrand@mabrand.nl> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
cea1a6bcd5
commit
387ec9c2a3
@ -101,7 +101,7 @@ private:
|
||||
int threadFinishedCount;
|
||||
};
|
||||
|
||||
static QBasicAtomicInt counter;
|
||||
static QAtomicInt counter;
|
||||
|
||||
class QtTestSqlThread : public QThread
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user