summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/abstractruntime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager-lib/abstractruntime.cpp')
-rw-r--r--src/manager-lib/abstractruntime.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/manager-lib/abstractruntime.cpp b/src/manager-lib/abstractruntime.cpp
index 521ea49b..c9f63987 100644
--- a/src/manager-lib/abstractruntime.cpp
+++ b/src/manager-lib/abstractruntime.cpp
@@ -93,6 +93,13 @@ QVariantMap AbstractRuntime::systemProperties() const
return QVariantMap();
}
+#if !defined(AM_HEADLESS)
+void AbstractRuntime::inProcessSurfaceItemReleased(QQuickItem *)
+{
+ // generally there is nothing to do
+}
+#endif
+
QByteArray AbstractRuntime::securityToken() const
{
return m_securityToken;