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