mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
change delay timer interval to 500 ms
Change-Id: I68bcdf48366d5c4e2cacc71b87e31535ff375680
This commit is contained in:
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
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user