mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
move inclusion of qthread header moc where it belongs for windows
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
83021e6dd7
commit
ccbe17fc04
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -660,4 +660,7 @@ void QThread::setPriority(Priority priority)
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qthread.h"
|
||||
|
||||
#endif // QT_NO_THREAD
|
||||
|
|
Loading…
Add table
Reference in a new issue