From 852005be65d21a6806909a0674a54590e5417de6 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 4 Oct 2020 22:11:34 +0200 Subject: src/{session.cpp,RWADBusAdaptor.h}: Adapt DBus service name and path to recent changes in raw.support.sessionservice. --- src/RWADBusAdaptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/RWADBusAdaptor.h') diff --git a/src/RWADBusAdaptor.h b/src/RWADBusAdaptor.h index 5e90fe9..4fbad44 100644 --- a/src/RWADBusAdaptor.h +++ b/src/RWADBusAdaptor.h @@ -28,7 +28,7 @@ class OrgArcticaProjectRWAInterface: public QDBusAbstractInterface Q_OBJECT public: static inline const char *staticInterfaceName() - { return "org.ArcticaProject.RWA"; } + { return "org.ArcticaProject.RWASupportSessionService"; } public: OrgArcticaProjectRWAInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr); -- cgit v1.2.3