equal
deleted
inserted
replaced
44 |
44 |
45 #ifndef QT_NO_THREAD |
45 #ifndef QT_NO_THREAD |
46 |
46 |
47 QT_BEGIN_NAMESPACE |
47 QT_BEGIN_NAMESPACE |
48 |
48 |
49 // qt_global_mutexpool is here for backwards compatability only, |
49 // qt_global_mutexpool is here for backwards compatibility only, |
50 // use QMutexpool::instance() in new clode. |
50 // use QMutexpool::instance() in new clode. |
51 Q_CORE_EXPORT QMutexPool *qt_global_mutexpool = 0; |
51 Q_CORE_EXPORT QMutexPool *qt_global_mutexpool = 0; |
52 Q_GLOBAL_STATIC_WITH_ARGS(QMutexPool, globalMutexPool, (QMutex::Recursive)) |
52 Q_GLOBAL_STATIC_WITH_ARGS(QMutexPool, globalMutexPool, (QMutex::Recursive)) |
53 |
53 |
54 /*! |
54 /*! |