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