mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fix interface not save if no plugin added
Change-Id: I58db00219aa9e003f3896a9f75662d36be45393d
This commit is contained in:
parent
5fcd96377c
commit
8f51d88c51
Notes:
Deepin Code Review
2016-08-09 09:05:10 +00:00
Verified+1: Anonymous Coward #1000004 Code-Review+2: 石博文 <sbw@sbw.so> Submitted-by: 石博文 <sbw@sbw.so> Submitted-at: Tue, 09 Aug 2016 09:05:10 +0000 Reviewed-on: https://cr.deepin.io/15043 Project: dde/dde-dock Branch: refs/heads/master
@ -104,6 +104,7 @@ void DockPluginsController::loadPlugin(const QString &pluginFile)
|
||||
return;
|
||||
}
|
||||
|
||||
m_pluginList.insert(interface, QMap<QString, PluginsItem *>());
|
||||
interface->init(this);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user