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