summaryrefslogtreecommitdiff
path: root/plugins/Listener/catchcopy-v0002/listener.cpp
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2013-03-21 11:01:59 +0100
committerThomas Preud'homme <robotux@celest.fr>2013-03-21 11:01:59 +0100
commite297dbd8052ef4e66f069e2dd1865ae7fa8af28e (patch)
tree342fea0a2f6f33b8b62dad2d1729f8209da1a1ba /plugins/Listener/catchcopy-v0002/listener.cpp
parent8f9f382e1c97cab2e72e97495650c73ac4b97314 (diff)
Imported Upstream version 0.3.1.0
Diffstat (limited to 'plugins/Listener/catchcopy-v0002/listener.cpp')
-rwxr-xr-xplugins/Listener/catchcopy-v0002/listener.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/Listener/catchcopy-v0002/listener.cpp b/plugins/Listener/catchcopy-v0002/listener.cpp
index 13dc66a..51f204e 100755
--- a/plugins/Listener/catchcopy-v0002/listener.cpp
+++ b/plugins/Listener/catchcopy-v0002/listener.cpp
@@ -44,6 +44,12 @@ void CatchCopyPlugin::setResources(OptionInterface * options,QString writePath,Q
Q_UNUSED(portableVersion);
}
+/// \brief to get the options widget, NULL if not have
+QWidget * CatchCopyPlugin::options()
+{
+ return NULL;
+}
+
Q_EXPORT_PLUGIN2(listener, CatchCopyPlugin);
void CatchCopyPlugin::transferFinished(quint32 orderId,bool withError)
@@ -58,6 +64,11 @@ void CatchCopyPlugin::transferCanceled(quint32 orderId)
server.copyCanceled(orderId);
}
+/// \brief to reload the translation, because the new language have been loaded
+void CatchCopyPlugin::newLanguageLoaded()
+{
+}
+
void CatchCopyPlugin::error(QString error)
{
Q_UNUSED(error);