NOISSUE remove status checker from application object
This commit is contained in:
parent
791221e923
commit
7334b8e520
5 changed files with 6 additions and 17 deletions
|
@ -21,8 +21,6 @@
|
|||
|
||||
#include "logic/forge/ForgeVersionList.h"
|
||||
|
||||
#include "logic/status/StatusChecker.h"
|
||||
|
||||
#include "logic/net/HttpMetaCache.h"
|
||||
#include "logic/net/URLConstants.h"
|
||||
|
||||
|
@ -199,9 +197,6 @@ MultiMC::MultiMC(int &argc, char **argv, bool test_mode) : QApplication(argc, ar
|
|||
// initialize the notification checker
|
||||
m_notificationChecker.reset(new NotificationChecker());
|
||||
|
||||
// initialize the status checker
|
||||
m_statusChecker.reset(new StatusChecker());
|
||||
|
||||
m_translationChecker.reset(new TranslationDownloader());
|
||||
|
||||
// and instances
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue