mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
feat: 自动化测试需要任务栏启动时写入部分配置到后端接口
启动时把插件名写入后端的接口,供自动化测试组测试使用 Log: 自动化测试需要任务栏启动时写入部分配置到后端接口 Change-Id: I1d8dcfcf3d70df4e1eba437316a31e422e03301f Reviewed-on: http://gerrit.uniontech.com/c/dde-dock/+/763 Reviewed-by: <mailman@uniontech.com> Reviewed-by: lvpeilong <lvpeilong@uniontech.com> Reviewed-by: fanpengcheng <fanpengcheng@uniontech.com> Tested-by: <mailman@uniontech.com>
This commit is contained in:
parent
c8b8336a63
commit
df4e7a4a09
@ -72,6 +72,9 @@ DockItemManager::DockItemManager(QObject *parent)
|
||||
|
||||
// 刷新图标
|
||||
QMetaObject::invokeMethod(this, "refershItemsIcon", Qt::QueuedConnection);
|
||||
|
||||
// 启动的时候把插件名写入配置(自动化测试需要)
|
||||
m_updatePluginsOrderTimer->start();
|
||||
}
|
||||
|
||||
DockItemManager *DockItemManager::instance(QObject *parent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user