chore: 将新增的纯虚接口改成非纯虚接口

保证单元测试正常编译通过

Log:
Influence: 单元测试和其他任务栏插件的调用
Task: https://pms.uniontech.com/task-view-110309.html
Change-Id: Ib4f3780ef14233136fe8680cc8f0bcd64a7e0861
This commit is contained in:
donghualin 2022-06-08 17:53:31 +00:00
parent 8bd51673bc
commit 396f8153be

View File

@ -101,7 +101,7 @@ public:
/// update display or information /// update display or information
/// ///
/// ///
virtual void updateDockInfo(PluginsItemInterface *const itemInter, const DockPart &) = 0; virtual void updateDockInfo(PluginsItemInterface *const, const DockPart &) {}
}; };
#endif // PLUGINPROXYINTERFACE_H #endif // PLUGINPROXYINTERFACE_H