Implement selection offers from compositor to clients.
[profile/ivi/qtwayland.git] / src / compositor / wayland_wrapper / wlcompositor.cpp
index 3c453d0..23e2252 100644 (file)
@@ -402,8 +402,7 @@ void Compositor::feedRetainedSelectionData(QMimeData *data)
 
 void Compositor::overrideSelection(QMimeData *data)
 {
-    Q_UNUSED(data);
-    // ### TODO implement
+    m_data_device_manager->overrideSelection(*data);
 }
 
 bool Compositor::isDragging() const