summaryrefslogtreecommitdiffstats
path: root/src/window-lib/inprocesswindow.h
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-10-19 14:33:05 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-10-19 16:04:24 +0000
commit10f44c60e4c158b378aae35c13b68956363b55ee (patch)
treed4abf13e19f8fb6fd6050cd1496a95c050ba6cc4 /src/window-lib/inprocesswindow.h
parentbf71faa155c8859863ec3823b40ad8accba81296 (diff)
Remove inProcessSurfaceItemReleased from AbstractRuntime
Keep it as internal implementation detal of the inprocess mode instead of having it leaking out to WindowManager and AbstractRuntime Change-Id: I19b63c4cfdb6bda0798208189ef3ff83530eb649 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src/window-lib/inprocesswindow.h')
-rw-r--r--src/window-lib/inprocesswindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window-lib/inprocesswindow.h b/src/window-lib/inprocesswindow.h
index 815f564a..c33ffb64 100644
--- a/src/window-lib/inprocesswindow.h
+++ b/src/window-lib/inprocesswindow.h
@@ -56,6 +56,7 @@ class InProcessWindow : public Window
public:
InProcessWindow(AbstractApplication *app, const QSharedPointer<InProcessSurfaceItem> &surfaceItem);
+ virtual ~InProcessWindow();
bool isInProcess() const override { return true; }