From 9abca62be5d51310bdb5b3d036a04000bf4e203e Mon Sep 17 00:00:00 2001 From: Filip Fila Date: Mon, 14 Oct 2019 14:48:19 +0200 Subject: [PATCH] [applets/systemtray] Restore PlasmaCore import It's needed for units, which I noted down in a comment now. --- .../systemtray/package/contents/ui/PlasmoidPopupsContainer.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applets/systemtray/package/contents/ui/PlasmoidPopupsContainer.qml b/applets/systemtray/package/contents/ui/PlasmoidPopupsContainer.qml index 9eccf0b23..f00e178ec 100644 --- a/applets/systemtray/package/contents/ui/PlasmoidPopupsContainer.qml +++ b/applets/systemtray/package/contents/ui/PlasmoidPopupsContainer.qml @@ -20,6 +20,8 @@ import QtQuick 2.4 import QtQuick.Layouts 1.1 import QtQuick.Controls 1.4 +//needed for units +import org.kde.plasma.core 2.0 as PlasmaCore StackView { id: mainStack