move inclusion of qthread header moc where it belongs for windows

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2015-12-14 07:51:35 +02:00
parent 83021e6dd7
commit ccbe17fc04
2 changed files with 3 additions and 2 deletions

View file

@ -804,8 +804,6 @@ QThread::QThread(QThreadPrivate &dd, QObject *parent)
d->data->thread = this;
}
#include "moc_qthread.h"
#endif // QT_NO_THREAD
QT_END_NAMESPACE

View file

@ -660,4 +660,7 @@ void QThread::setPriority(Priority priority)
}
QT_END_NAMESPACE
#include "moc_qthread.h"
#endif // QT_NO_THREAD