summaryrefslogtreecommitdiffstats
path: root/common/genericresource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r--common/genericresource.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp
index 7178b3d..b6a8f62 100644
--- a/common/genericresource.cpp
+++ b/common/genericresource.cpp
@@ -45,6 +45,13 @@ GenericResource::~GenericResource()
45{ 45{
46} 46}
47 47
48void GenericResource::setSecret(const QString &s)
49{
50 if (mSynchronizer) {
51 mSynchronizer->setSecret(s);
52 }
53}
54
48void GenericResource::setupPreprocessors(const QByteArray &type, const QVector<Sink::Preprocessor *> &preprocessors) 55void GenericResource::setupPreprocessors(const QByteArray &type, const QVector<Sink::Preprocessor *> &preprocessors)
49{ 56{
50 mPipeline->setPreprocessors(type, preprocessors); 57 mPipeline->setPreprocessors(type, preprocessors);