mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +00:00
panel: avoid kcoreaddons unknown error
This commit is contained in:
parent
2cf0d35f0c
commit
6359e59f48
1 changed files with 4 additions and 0 deletions
|
|
@ -13,3 +13,7 @@ PhonePanel::PhonePanel(QObject *parent, const KPluginMetaData &data, const QVari
|
||||||
}
|
}
|
||||||
|
|
||||||
PhonePanel::~PhonePanel() = default;
|
PhonePanel::~PhonePanel() = default;
|
||||||
|
|
||||||
|
K_PLUGIN_CLASS_WITH_JSON(PhonePanel, "package/metadata.json")
|
||||||
|
|
||||||
|
#include "phonepanel.moc"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue