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:
Thiago Macieira 2011-10-19 23:42:11 +02:00 committed by Qt by Nokia
parent cea1a6bcd5
commit 387ec9c2a3

View File

@ -101,7 +101,7 @@ private:
int threadFinishedCount;
};
static QBasicAtomicInt counter;
static QAtomicInt counter;
class QtTestSqlThread : public QThread
{