1
0
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:
Johan Smith Agudelo Rodriguez 2017-01-03 12:02:51 -05:00
parent d6f9450d87
commit 47c715f6a7

View File

@ -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;