mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-05 12:58:18 +03:00
dons't build, pluginmetadata is deprecated
This commit is contained in:
parent
d6f9450d87
commit
47c715f6a7
@ -463,7 +463,7 @@ void DockView::setOffset(int offset)
|
||||
bool DockView::tasksPresent()
|
||||
{
|
||||
foreach (Plasma::Applet *applet, containment()->applets()) {
|
||||
KPluginMetaData meta = applet->pluginMetaData();
|
||||
KPluginMetaData meta = applet->kPackage().metadata();
|
||||
|
||||
if (meta.pluginId() == "org.kde.latte.plasmoid") {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user