mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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__
|
#ifndef __hifi__ThreadedAssignment__
|
||||||
#define __hifi__ThreadedAssignment__
|
#define __hifi__ThreadedAssignment__
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
#include "Assignment.h"
|
#include "Assignment.h"
|
||||||
|
|
||||||
class ThreadedAssignment : public Assignment {
|
class ThreadedAssignment : public Assignment {
|
||||||
|
@ -18,7 +16,6 @@ class ThreadedAssignment : public Assignment {
|
||||||
public:
|
public:
|
||||||
ThreadedAssignment(const QByteArray& packet);
|
ThreadedAssignment(const QByteArray& packet);
|
||||||
void setFinished(bool isFinished);
|
void setFinished(bool isFinished);
|
||||||
|
|
||||||
virtual void aboutToFinish() { };
|
virtual void aboutToFinish() { };
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
@ -29,7 +26,6 @@ public slots:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool readAvailableDatagram(QByteArray& destinationByteArray, HifiSockAddr& senderSockAddr);
|
bool readAvailableDatagram(QByteArray& destinationByteArray, HifiSockAddr& senderSockAddr);
|
||||||
|
|
||||||
void commonInit(const QString& targetName, NodeType_t nodeType);
|
void commonInit(const QString& targetName, NodeType_t nodeType);
|
||||||
bool _isFinished;
|
bool _isFinished;
|
||||||
private slots:
|
private slots:
|
||||||
|
|
Loading…
Reference in a new issue