diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-13 17:54:31 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-13 17:54:31 +0100 |
commit | 1ba64b07d764ad59a0267df4e4cfd880f4fa29b3 (patch) | |
tree | 4e6a3228fed05d95ddf5ec26b84e00b3ef1dc39f /examples/davresource | |
parent | 1cbd91edbc2c9f1d2f96f9c1f5d5636923a114f6 (diff) | |
download | sink-1ba64b07d764ad59a0267df4e4cfd880f4fa29b3.tar.gz sink-1ba64b07d764ad59a0267df4e4cfd880f4fa29b3.zip |
Setup calls to setup dav resource
Diffstat (limited to 'examples/davresource')
-rw-r--r-- | examples/davresource/davresource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/davresource/davresource.h b/examples/davresource/davresource.h index 415527a..1ce66ea 100644 --- a/examples/davresource/davresource.h +++ b/examples/davresource/davresource.h | |||
@@ -54,7 +54,7 @@ private: | |||
54 | class DavResourceFactory : public Sink::ResourceFactory | 54 | class DavResourceFactory : public Sink::ResourceFactory |
55 | { | 55 | { |
56 | Q_OBJECT | 56 | Q_OBJECT |
57 | Q_PLUGIN_METADATA(IID "sink.davresource") | 57 | Q_PLUGIN_METADATA(IID "sink.dav") |
58 | Q_INTERFACES(Sink::ResourceFactory) | 58 | Q_INTERFACES(Sink::ResourceFactory) |
59 | 59 | ||
60 | public: | 60 | public: |