summaryrefslogtreecommitdiff
path: root/plugins/Listener/catchcopy-v0002/listener.h
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.h
parent8f9f382e1c97cab2e72e97495650c73ac4b97314 (diff)
Imported Upstream version 0.3.1.0
Diffstat (limited to 'plugins/Listener/catchcopy-v0002/listener.h')
-rwxr-xr-xplugins/Listener/catchcopy-v0002/listener.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Listener/catchcopy-v0002/listener.h b/plugins/Listener/catchcopy-v0002/listener.h
index 9eca405..0ef0dc7 100755
--- a/plugins/Listener/catchcopy-v0002/listener.h
+++ b/plugins/Listener/catchcopy-v0002/listener.h
@@ -28,11 +28,15 @@ public:
const QString errorString();
/// \brief set resources for this plugins
void setResources(OptionInterface * options,QString writePath,QString pluginPath,bool portableVersion);
+ /// \brief to get the options widget, NULL if not have
+ QWidget * options();
public slots:
/// \brief say to the client that's the copy/move is finished
void transferFinished(quint32 orderId,bool withError);
/// \brief say to the client that's the copy/move is finished
void transferCanceled(quint32 orderId);
+ /// \brief to reload the translation, because the new language have been loaded
+ void newLanguageLoaded();
private:
ServerCatchcopy server;
private slots: