Fix ReferenceError to PlasmaCore in Button.qml

This commit is contained in:
Felix Yan 2020-09-06 13:32:58 +00:00
parent 1e430666c2
commit e424330089

View File

@ -18,6 +18,8 @@ import QtQuick 2.1
import QtQuick.Controls 1.2 as QtControls
import QtQuick.Controls.Styles.Plasma 2.0 as Styles
import org.kde.plasma.core 2.0 as PlasmaCore
/**
* The push button is perhaps the most commonly used widget in any graphical user interface.
* Pushing (or clicking) a button commands the computer to perform some action