This commit is contained in:
ZappoMan 2014-03-31 14:59:28 -07:00
parent 6601a0d4e9
commit a82a583030
2 changed files with 1 additions and 2 deletions

View file

@ -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
}

View file

@ -13,7 +13,6 @@
#include <QStringList>
#include <QDateTime>
#include <QtCore/QCoreApplication>
#include <QWeakPointer>
#include <HTTPManager.h>