summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-13 17:54:31 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-13 17:54:31 +0100
commit1ba64b07d764ad59a0267df4e4cfd880f4fa29b3 (patch)
tree4e6a3228fed05d95ddf5ec26b84e00b3ef1dc39f /examples
parent1cbd91edbc2c9f1d2f96f9c1f5d5636923a114f6 (diff)
downloadsink-1ba64b07d764ad59a0267df4e4cfd880f4fa29b3.tar.gz
sink-1ba64b07d764ad59a0267df4e4cfd880f4fa29b3.zip
Setup calls to setup dav resource
Diffstat (limited to 'examples')
-rw-r--r--examples/davresource/davresource.h2
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:
54class DavResourceFactory : public Sink::ResourceFactory 54class 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
60public: 60public: