mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
fix inclusion of QThread in Assignment
This commit is contained in:
parent
969f782a9b
commit
da580ecbaf
2 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include <QtCore/QThread>
|
||||
#include <QtCore/QTimer>
|
||||
|
||||
#include <Assignment.h>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <QTCore/QThread>
|
||||
#include <QtCore/QUuid>
|
||||
|
||||
#include "NodeList.h"
|
||||
|
|
Loading…
Reference in a new issue