From 81fa4c3635a029b1c8f9cc3cd670f0b04f1c3f21 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 8 Jul 2016 11:22:40 +0200 Subject: Shorten the types to be more distinctive. The org.kde prefix is useless and possibly misleading. Simply prefixing with sink is more unique and shorter. --- examples/dummyresource/resourcefactory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/dummyresource') diff --git a/examples/dummyresource/resourcefactory.h b/examples/dummyresource/resourcefactory.h index a7d0281..9192c68 100644 --- a/examples/dummyresource/resourcefactory.h +++ b/examples/dummyresource/resourcefactory.h @@ -27,7 +27,7 @@ #include //TODO: a little ugly to have this in two places, once here and once in Q_PLUGIN_METADATA -#define PLUGIN_NAME "org.kde.dummy" +#define PLUGIN_NAME "sink.dummy" class DummyResource : public Sink::GenericResource { @@ -42,7 +42,7 @@ public: class DummyResourceFactory : public Sink::ResourceFactory { Q_OBJECT - Q_PLUGIN_METADATA(IID "org.kde.dummy") + Q_PLUGIN_METADATA(IID "sink.dummy") Q_INTERFACES(Sink::ResourceFactory) public: -- cgit v1.2.3