mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
remove QThread not currently used in client
This commit is contained in:
parent
6c25205856
commit
4e71e128f3
2 changed files with 0 additions and 4 deletions
|
@ -9,8 +9,6 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include <QtCore/QThread>
|
||||
|
||||
#include <AccountManager.h>
|
||||
#include <AddressManager.h>
|
||||
#include <HifiSockAddr.h>
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
#include <HifiSockAddr.h>
|
||||
|
||||
class QThread;
|
||||
|
||||
class Client : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue