mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 16:14:34 +02:00
revert tweaks
This commit is contained in:
parent
a82a583030
commit
d2cf898e22
1 changed files with 3 additions and 5 deletions
|
@ -13,10 +13,6 @@
|
|||
|
||||
#include "Assignment.h"
|
||||
|
||||
|
||||
class ThreadedAssignment;
|
||||
typedef QSharedPointer<ThreadedAssignment> SharedAssignmentPointer;
|
||||
|
||||
class ThreadedAssignment : public Assignment {
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
@ -39,7 +35,9 @@ private slots:
|
|||
void checkInWithDomainServerOrExit();
|
||||
signals:
|
||||
void finished();
|
||||
};
|
||||
};
|
||||
|
||||
typedef QSharedPointer<ThreadedAssignment> SharedAssignmentPointer;
|
||||
|
||||
|
||||
#endif /* defined(__hifi__ThreadedAssignment__) */
|
||||
|
|
Loading…
Reference in a new issue