Expose the xid of MainWidget to dbus interface

tower: https://tower.im/projects/715dbdd34f694ea08f6de7888b7ffd7d/todos/8a85ff636a7a49469d37a26b0b3cff53/

Change-Id: I3af49b6c0e7bd9d5021a7ec4a3a1de6f991a53ae
This commit is contained in:
杨万青 2015-10-27 16:08:02 +08:00
parent b92b2de95e
commit 15f07927f0
Notes: Deepin Code Review 2016-06-14 07:19:47 +00:00
Verified+1: Anonymous Coward #1000004
Code-Review+2: <mr.asianwang@gmail.com>
Submitted-by: <mr.asianwang@gmail.com>
Submitted-at: Tue, 27 Oct 2015 17:14:29 +0800
Reviewed-on: https://cr.deepin.io/8074
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -136,5 +136,5 @@ DockUIDbus::~DockUIDbus()
qulonglong DockUIDbus::Xid()
{
return 0;
return m_parent->winId();
}