remote some debug info

Change-Id: Ib24ae9de3a3ddb9855c0d6832f2366a10fe12596
This commit is contained in:
listenerri 2019-01-15 16:15:35 +08:00
parent 4eaefdb7ef
commit e2a791eb4a

View File

@ -95,14 +95,11 @@ XWindowTrayWidget::XWindowTrayWidget(quint32 winId, QWidget *parent)
connect(m_sendHoverEvent, &QTimer::timeout, this, &XWindowTrayWidget::sendHoverEvent);
m_updateTimer->start();
qDebug() << ">>>>>>>>>>>>>>>>>>>>>>>new xwindow" << winId;
}
XWindowTrayWidget::~XWindowTrayWidget()
{
AppWinidSuffixMap[m_appName].remove(m_windowId);
qDebug() << ">>>>>>>>>>>>>>>>>>>>>>>destory xwindow" << m_windowId;
}
const QImage XWindowTrayWidget::trayImage()