summaryrefslogtreecommitdiff
path: root/plugins/PluginLoader/catchcopy-v0002/pluginLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PluginLoader/catchcopy-v0002/pluginLoader.h')
-rwxr-xr-x[-rw-r--r--]plugins/PluginLoader/catchcopy-v0002/pluginLoader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/PluginLoader/catchcopy-v0002/pluginLoader.h b/plugins/PluginLoader/catchcopy-v0002/pluginLoader.h
index 48e3d06..e87904a 100644..100755
--- a/plugins/PluginLoader/catchcopy-v0002/pluginLoader.h
+++ b/plugins/PluginLoader/catchcopy-v0002/pluginLoader.h
@@ -38,14 +38,14 @@ public:
WindowsExplorerLoader();
~WindowsExplorerLoader();
/// \brief try enable/disable the catching
- void setEnabled(const bool &needBeRegistred);
+ void setEnabled(const bool &needBeRegistred) override;
/// \brief to set resources, writePath can be empty if read only mode
- void setResources(OptionInterface * options,const std::string &writePath,const std::string &pluginPath,const bool &portableVersion);
+ void setResources(OptionInterface * options,const std::string &writePath,const std::string &pluginPath,const bool &portableVersion) override;
/// \brief to get the options widget, NULL if not have
- QWidget * options();
+ QWidget * options() override;
public slots:
/// \brief to reload the translation, because the new language have been loaded
- void newLanguageLoaded();
+ void newLanguageLoaded() override;
private:
std::string pluginPath;
std::vector<std::string> importantDll,secondDll;