From 396f8153be38e0d2d6f73cf146d67cee510cccc6 Mon Sep 17 00:00:00 2001 From: donghualin Date: Wed, 8 Jun 2022 17:53:31 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=E6=96=B0=E5=A2=9E=E7=9A=84?= =?UTF-8?q?=E7=BA=AF=E8=99=9A=E6=8E=A5=E5=8F=A3=E6=94=B9=E6=88=90=E9=9D=9E?= =?UTF-8?q?=E7=BA=AF=E8=99=9A=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 保证单元测试正常编译通过 Log: Influence: 单元测试和其他任务栏插件的调用 Task: https://pms.uniontech.com/task-view-110309.html Change-Id: Ib4f3780ef14233136fe8680cc8f0bcd64a7e0861 --- interfaces/pluginproxyinterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/pluginproxyinterface.h b/interfaces/pluginproxyinterface.h index 6854a78a2..cf9112c94 100644 --- a/interfaces/pluginproxyinterface.h +++ b/interfaces/pluginproxyinterface.h @@ -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