remove trash plugin

Change-Id: Ife06713155234911f2d2c260821810cb4def6e2d
This commit is contained in:
石博文 2016-08-03 09:29:51 +08:00
parent dc88259043
commit b823b754fa
Notes: Deepin Code Review 2016-08-03 01:33:21 +00:00
Verified+1: Anonymous Coward #1000004
Code-Review+2: 石博文 <sbw@sbw.so>
Submitted-by: 石博文 <sbw@sbw.so>
Submitted-at: Wed, 03 Aug 2016 01:33:21 +0000
Reviewed-on: https://cr.deepin.io/14872
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -15,7 +15,7 @@ void TrashPlugin::init(PluginProxyInterface *proxyInter)
{
m_proxyInter = proxyInter;
m_proxyInter->itemAdded(this, QString());
// m_proxyInter->itemAdded(this, QString());
}
QWidget *TrashPlugin::itemWidget(const QString &itemKey)