mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-18 11:52:34 +02:00
cleanup
This commit is contained in:
parent
6601a0d4e9
commit
a82a583030
2 changed files with 1 additions and 2 deletions
|
@ -72,7 +72,7 @@ bool OctreeSendThread::process() {
|
|||
return false; // exit early if we're shutting down
|
||||
}
|
||||
|
||||
// check that our WeakPointer to our server is still valid
|
||||
// check that our server and assignment is still valid
|
||||
if (!_myServer || !_myAssignment) {
|
||||
return false; // exit early if it's not, it means the server is shutting down
|
||||
}
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include <QStringList>
|
||||
#include <QDateTime>
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QWeakPointer>
|
||||
|
||||
#include <HTTPManager.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue