guru.guh.DevicePlugin -> io.nymea.DevicePlugin

This commit is contained in:
Michael Zanetti 2018-03-06 18:54:16 +01:00
parent 79cc563eb0
commit 4156e0abaa
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ class CloudNotifications : public DevicePlugin
{
Q_OBJECT
// Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "deviceplugincloudnotifications.json")
// Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "deviceplugincloudnotifications.json")
Q_INTERFACES(DevicePlugin)
public:

View File

@ -138,6 +138,6 @@ private:
};
Q_DECLARE_INTERFACE(DevicePlugin, "guru.guh.DevicePlugin")
Q_DECLARE_INTERFACE(DevicePlugin, "io.nymea.DevicePlugin")
#endif // DEVICEPLUGIN_H

View File

@ -34,7 +34,7 @@ class DevicePluginMock : public DevicePlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginmock.json")
Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginmock.json")
Q_INTERFACES(DevicePlugin)
public: