mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 19:33:01 +02:00
cleanups
This commit is contained in:
parent
feb0e7ac31
commit
56d237ae8b
1 changed files with 0 additions and 18 deletions
|
@ -18,7 +18,6 @@
|
||||||
#include <AccountManager.h>
|
#include <AccountManager.h>
|
||||||
#include <AddressManager.h>
|
#include <AddressManager.h>
|
||||||
#include <Assignment.h>
|
#include <Assignment.h>
|
||||||
// #include <AvatarHashMap.h>
|
|
||||||
#include <HifiConfigVariantMap.h>
|
#include <HifiConfigVariantMap.h>
|
||||||
#include <LogHandler.h>
|
#include <LogHandler.h>
|
||||||
#include <LogUtils.h>
|
#include <LogUtils.h>
|
||||||
|
@ -149,26 +148,9 @@ AssignmentClient::AssignmentClient(int &argc, char **argv) :
|
||||||
|
|
||||||
|
|
||||||
void AssignmentClient::stopAssignmentClient() {
|
void AssignmentClient::stopAssignmentClient() {
|
||||||
|
|
||||||
// QList<QThread*> threads = QObject::findChildren <QThread*> ();
|
|
||||||
// foreach(QThread *thread, threads) { // or FileUploader* fileuploader, fileUploaders_ ?
|
|
||||||
// qDebug() << "thread " << thread->currentThreadId();
|
|
||||||
// }
|
|
||||||
|
|
||||||
qDebug() << "Exiting.";
|
qDebug() << "Exiting.";
|
||||||
|
|
||||||
_requestTimer.stop();
|
_requestTimer.stop();
|
||||||
_statsTimerACM.stop();
|
_statsTimerACM.stop();
|
||||||
|
|
||||||
|
|
||||||
// DependencyManager::get<NodeList>()->disconnect();
|
|
||||||
// DependencyManager::get<NodeList>()->disconnectNotify();
|
|
||||||
// DependencyManager::get<AddressManager>()->disconnect();
|
|
||||||
// DependencyManager::get<AddressManager>()->disconnectNotify();
|
|
||||||
|
|
||||||
// DependencyManager::destroy<NodeList>();
|
|
||||||
// DependencyManager::destroy<AddressManager>();
|
|
||||||
|
|
||||||
quit();
|
quit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue