aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ivicore/qface-tutorial/chapter6-own-backend/backend_dbus/instrumentclusterplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivicore/qface-tutorial/chapter6-own-backend/backend_dbus/instrumentclusterplugin.cpp')
-rw-r--r--examples/ivicore/qface-tutorial/chapter6-own-backend/backend_dbus/instrumentclusterplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ivicore/qface-tutorial/chapter6-own-backend/backend_dbus/instrumentclusterplugin.cpp b/examples/ivicore/qface-tutorial/chapter6-own-backend/backend_dbus/instrumentclusterplugin.cpp
index 8c7d65d..acb2248 100644
--- a/examples/ivicore/qface-tutorial/chapter6-own-backend/backend_dbus/instrumentclusterplugin.cpp
+++ b/examples/ivicore/qface-tutorial/chapter6-own-backend/backend_dbus/instrumentclusterplugin.cpp
@@ -61,12 +61,12 @@ InstrumentClusterPlugin::InstrumentClusterPlugin(QObject *parent)
QStringList InstrumentClusterPlugin::interfaces() const
{
- return QStringList(InstrumentCluster_InstrumentCluster_iid);
+ return QStringList(InstrumentClusterModule_InstrumentCluster_iid);
}
QIviFeatureInterface *InstrumentClusterPlugin::interfaceInstance(const QString &interface) const
{
- if (interface == InstrumentCluster_InstrumentCluster_iid)
+ if (interface == InstrumentClusterModule_InstrumentCluster_iid)
return m_backend;
return nullptr;