summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/nativeruntime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager-lib/nativeruntime.cpp')
-rw-r--r--src/manager-lib/nativeruntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager-lib/nativeruntime.cpp b/src/manager-lib/nativeruntime.cpp
index c5786ffd..ad7d5231 100644
--- a/src/manager-lib/nativeruntime.cpp
+++ b/src/manager-lib/nativeruntime.cpp
@@ -106,7 +106,7 @@ NativeRuntime::NativeRuntime(AbstractContainer *container, Application *app, Nat
, m_startedViaLauncher(manager->identifier() != qL1S("native"))
{
QString dbusAddress = QUuid::createUuid().toString().mid(1,36);
- m_applicationInterfaceServer = new QDBusServer(qSL("unix:path=/tmp/dbus-qtam-") + dbusAddress);
+ m_applicationInterfaceServer = new QDBusServer(qSL("unix:path=/tmp/dbus-qtam-") + dbusAddress, this);
connect(m_applicationInterfaceServer, &QDBusServer::newConnection,
this, [this](const QDBusConnection &connection) {