summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf/player/evr9videowindowcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/wmf/player/evr9videowindowcontrol.cpp')
-rw-r--r--src/plugins/wmf/player/evr9videowindowcontrol.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/wmf/player/evr9videowindowcontrol.cpp b/src/plugins/wmf/player/evr9videowindowcontrol.cpp
index 7f1c71332..b15eef15e 100644
--- a/src/plugins/wmf/player/evr9videowindowcontrol.cpp
+++ b/src/plugins/wmf/player/evr9videowindowcontrol.cpp
@@ -85,6 +85,11 @@ void Evr9VideoWindowControl::clear()
m_currentActivate = NULL;
}
+void Evr9VideoWindowControl::releaseActivate()
+{
+ clear();
+}
+
WId Evr9VideoWindowControl::winId() const
{
return m_windowId;