mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +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 <AddressManager.h>
|
||||
#include <Assignment.h>
|
||||
// #include <AvatarHashMap.h>
|
||||
#include <HifiConfigVariantMap.h>
|
||||
#include <LogHandler.h>
|
||||
#include <LogUtils.h>
|
||||
|
@ -149,26 +148,9 @@ AssignmentClient::AssignmentClient(int &argc, char **argv) :
|
|||
|
||||
|
||||
void AssignmentClient::stopAssignmentClient() {
|
||||
|
||||
// QList<QThread*> threads = QObject::findChildren <QThread*> ();
|
||||
// foreach(QThread *thread, threads) { // or FileUploader* fileuploader, fileUploaders_ ?
|
||||
// qDebug() << "thread " << thread->currentThreadId();
|
||||
// }
|
||||
|
||||
qDebug() << "Exiting.";
|
||||
|
||||
_requestTimer.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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue