summaryrefslogtreecommitdiffstats
path: root/core/pluginmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/pluginmanager.h')
-rw-r--r--core/pluginmanager.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/core/pluginmanager.h b/core/pluginmanager.h
deleted file mode 100644
index 55632c6fa..000000000
--- a/core/pluginmanager.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-#ifndef PLUGINMANAGER_H
-#define PLUGINMANAGER_H
-
-#include <QObject>
-
-#include "isocialnetworkintegration.h"
-
-class PluginManager {
-public:
- static PluginManager& instance();
- void loadPlugins();
-private:
- PluginManager();
- PluginManager(const PluginManager&);
- PluginManager& operator=(const PluginManager&);
-};
-
-#endif