mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
chore: 将新增的纯虚接口改成非纯虚接口
保证单元测试正常编译通过 Log: Influence: 单元测试和其他任务栏插件的调用 Task: https://pms.uniontech.com/task-view-110309.html Change-Id: Ib4f3780ef14233136fe8680cc8f0bcd64a7e0861
This commit is contained in:
parent
8bd51673bc
commit
396f8153be
@ -101,7 +101,7 @@ public:
|
||||
/// update display or information
|
||||
///
|
||||
///
|
||||
virtual void updateDockInfo(PluginsItemInterface *const itemInter, const DockPart &) = 0;
|
||||
virtual void updateDockInfo(PluginsItemInterface *const, const DockPart &) {}
|
||||
};
|
||||
|
||||
#endif // PLUGINPROXYINTERFACE_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user