change delay timer interval to 500 ms

Change-Id: I68bcdf48366d5c4e2cacc71b87e31535ff375680
This commit is contained in:
杨万青 2015-10-08 17:40:23 +08:00
parent 7208231084
commit 6f29e283ce
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: Thu, 08 Oct 2015 17:33:28 +0800
Reviewed-on: https://cr.deepin.io/7590
Project: dde/dde-dock
Branch: refs/heads/master

View File

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