From 1fbe03f982f130bf675b7f94dd9c06aee62da54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 10 Mar 2017 23:34:03 +0100 Subject: NOISSUE remove unused wonkoclient --- wonkoclient/WonkoClient.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 wonkoclient/WonkoClient.h (limited to 'wonkoclient/WonkoClient.h') diff --git a/wonkoclient/WonkoClient.h b/wonkoclient/WonkoClient.h deleted file mode 100644 index e6b35805..00000000 --- a/wonkoclient/WonkoClient.h +++ /dev/null @@ -1,36 +0,0 @@ -// -// Created by robotbrain on 3/27/16. -// - -#pragma once - -#include -#include - -#if defined(MMCC) -#undef MMCC -#endif -#define MMCC (WonkoClient::getInstance()) - -class WonkoClient : public QObject { -Q_OBJECT - -private: - WonkoClient(); - -public: - static WonkoClient &getInstance(); - - void registerLists(); - void initGlobalSettings(); - - std::shared_ptr instances() const { - return m_instanceList; - } - -private: - std::shared_ptr m_instanceList; - std::shared_ptr m_settings; - - void runTask(Task *pTask); -}; -- cgit v1.2.3