diff options
| author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-07-01 18:31:59 +0200 |
|---|---|---|
| committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-07-01 18:31:59 +0200 |
| commit | 16e03a116f2150a834fe836133fbe3dbf68211d5 (patch) | |
| tree | 7182a932ed7f47134d0200731731de525ecea734 /src/session.cpp | |
| parent | e8245c554813c153bf1e86c0cf537b19a08a9ade (diff) | |
| download | RWA.Support.DesktopApp-16e03a116f2150a834fe836133fbe3dbf68211d5.tar.gz RWA.Support.DesktopApp-16e03a116f2150a834fe836133fbe3dbf68211d5.tar.bz2 RWA.Support.DesktopApp-16e03a116f2150a834fe836133fbe3dbf68211d5.zip | |
RWADBusAdaptor.{cpp, h}: Update D-Bus adaptor to new API
Diffstat (limited to 'src/session.cpp')
| -rw-r--r-- | src/session.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.cpp b/src/session.cpp index 1fa97d0..f327d65 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -233,7 +233,7 @@ void Session::_initDBus() { } // Create DBus object - _dbus_rwa = new OrgArcticaProjectRWAInterface("org.ArcticaProject.RWASupportSessionService", "/RWASupportSessionService", + _dbus_rwa = new OrgArcticaProjectRWASupportSessionServiceInterface("org.ArcticaProject.RWASupportSessionService", "/RWASupportSessionService", QDBusConnection::sessionBus(), this->parent()); qDebug("Initialized DBus object!"); |
