mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove empty implementations
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a48494d2fb
commit
b8c71ef6cd
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue