Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/*
SPDX-FileCopyrightText: 2015 Marco Martin <mart@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
import QtQuick 2.1
Item {
id: plasmoidContainer
width: 300
height: 300
property Item applet
}