diff options
Diffstat (limited to 'examples/dummyresource/resourcefactory.cpp')
-rw-r--r-- | examples/dummyresource/resourcefactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dummyresource/resourcefactory.cpp b/examples/dummyresource/resourcefactory.cpp index dffdfc9..f3c8be2 100644 --- a/examples/dummyresource/resourcefactory.cpp +++ b/examples/dummyresource/resourcefactory.cpp | |||
@@ -50,7 +50,7 @@ class DummySynchronizer : public Sink::Synchronizer { | |||
50 | DummySynchronizer(const Sink::ResourceContext &context) | 50 | DummySynchronizer(const Sink::ResourceContext &context) |
51 | : Sink::Synchronizer(context) | 51 | : Sink::Synchronizer(context) |
52 | { | 52 | { |
53 | 53 | setSecret("dummy"); | |
54 | } | 54 | } |
55 | 55 | ||
56 | Sink::ApplicationDomain::Event::Ptr createEvent(const QByteArray &ridBuffer, const QMap<QString, QVariant> &data) | 56 | Sink::ApplicationDomain::Event::Ptr createEvent(const QByteArray &ridBuffer, const QMap<QString, QVariant> &data) |