mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
cleanup headers
This commit is contained in:
parent
b3f60a068d
commit
584adfda08
1 changed files with 0 additions and 4 deletions
|
@ -9,8 +9,6 @@
|
|||
#ifndef __hifi__ThreadedAssignment__
|
||||
#define __hifi__ThreadedAssignment__
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include "Assignment.h"
|
||||
|
||||
class ThreadedAssignment : public Assignment {
|
||||
|
@ -18,7 +16,6 @@ class ThreadedAssignment : public Assignment {
|
|||
public:
|
||||
ThreadedAssignment(const QByteArray& packet);
|
||||
void setFinished(bool isFinished);
|
||||
|
||||
virtual void aboutToFinish() { };
|
||||
|
||||
public slots:
|
||||
|
@ -29,7 +26,6 @@ public slots:
|
|||
|
||||
protected:
|
||||
bool readAvailableDatagram(QByteArray& destinationByteArray, HifiSockAddr& senderSockAddr);
|
||||
|
||||
void commonInit(const QString& targetName, NodeType_t nodeType);
|
||||
bool _isFinished;
|
||||
private slots:
|
||||
|
|
Loading…
Reference in a new issue