summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/qmlinprocessapplicationinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager-lib/qmlinprocessapplicationinterface.cpp')
-rw-r--r--src/manager-lib/qmlinprocessapplicationinterface.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/manager-lib/qmlinprocessapplicationinterface.cpp b/src/manager-lib/qmlinprocessapplicationinterface.cpp
index 59ec0523..a24651b4 100644
--- a/src/manager-lib/qmlinprocessapplicationinterface.cpp
+++ b/src/manager-lib/qmlinprocessapplicationinterface.cpp
@@ -238,8 +238,8 @@ uint QmlInProcessNotification::libnotifyShow()
\readonly
This property will change to \c true, as soon as the connection to the remote interface has
- succeeded. In single-process setups, this will always be \c true, whereas in multi-process
- setups, it takes a few milli-seconds to setup the D-Bus connection first.
+ succeeded. In multi-process setups, it takes a few milli-seconds to establish the D-Bus
+ connection.
*/
/*!
@@ -283,6 +283,11 @@ void QmlInProcessApplicationInterfaceExtension::componentComplete()
connect(ApplicationIPCManager::instance(), &ApplicationIPCManager::interfaceCreated,
this, &QmlInProcessApplicationInterfaceExtension::resolveObject);
+
+ if (isReady()) {
+ emit objectChanged();
+ emit readyChanged();
+ }
}
void QmlInProcessApplicationInterfaceExtension::resolveObject()