change delay timer interval to 5000 ms

Change-Id: Ibee7aa35d770fb6cd2b5c344b1cd04d86d9dc93b
This commit is contained in:
Hualet Wang 2015-09-30 17:05:56 +08:00
parent 870dc11d14
commit 7e5718da45
Notes: Deepin Code Review 2016-06-14 07:19:47 +00:00
Verified+1: <mr.asianwang@gmail.com>
Code-Review+2: <mr.asianwang@gmail.com>
Submitted-by: <mr.asianwang@gmail.com>
Submitted-at: Wed, 30 Sep 2015 16:54:38 +0800
Reviewed-on: https://cr.deepin.io/7543
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -448,7 +448,7 @@ void Panel::loadResources()
{
m_appManager->initEntries();
QTimer::singleShot(500, m_pluginManager, SLOT(initAll()));
QTimer::singleShot(5000, m_pluginManager, SLOT(initAll()));
}
void Panel::setY(int value)