Remove empty implementations

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-11-09 17:51:59 -08:00
parent a48494d2fb
commit b8c71ef6cd

View file

@ -12,8 +12,8 @@ public:
QList<ISocialNetworkIntegration*> socialNetworkIntegrationPlugins() const;
private:
PluginManager();
PluginManager(const PluginManager&){};
PluginManager& operator=(const PluginManager&){};
PluginManager(const PluginManager&);
PluginManager& operator=(const PluginManager&);
};
#endif
#endif