typo fixed
This commit is contained in:
parent
6b2e8c50d2
commit
4970401d03
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
#ifdef QT_CORE_LIB
|
#ifdef QT_CORE_LIB
|
||||||
|
|
||||||
#include <QThread.h>
|
#include <QThread>
|
||||||
#include <QMutex.h>
|
#include <QMutex>
|
||||||
#include <QSemaphore.h>
|
#include <QSemaphore>
|
||||||
|
|
||||||
namespace mt{
|
namespace mt{
|
||||||
typedef QThread thread;
|
typedef QThread thread;
|
||||||
|
|
Loading…
Reference in New Issue