Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
4a8c07f4
Commit
4a8c07f4
authored
Jan 14, 2022
by
Nate Graham
Browse files
configuration: remove unused imports
GIT_SILENT
parent
4274f149
Changes
7
Hide whitespace changes
Inline
Side-by-side
desktoppackage/contents/configuration/AppletConfiguration.qml
View file @
4a8c07f4
...
...
@@ -10,7 +10,6 @@ import QtQuick 2.15
import
QtQuick
.
Dialogs
1.1
import
QtQuick
.
Controls
2.3
as
QQC2
import
QtQuick
.
Layouts
1.1
import
QtQuick
.
Window
2.2
import
org
.
kde
.
kirigami
2.14
as
Kirigami
import
org
.
kde
.
plasma
.
core
2.1
as
PlasmaCore
...
...
desktoppackage/contents/configuration/ContainmentConfiguration.qml
View file @
4a8c07f4
...
...
@@ -6,8 +6,6 @@
import
QtQuick
2.0
import
QtQuick
.
Layouts
1.0
import
org
.
kde
.
plasma
.
components
2.0
as
PlasmaComponents
import
org
.
kde
.
plasma
.
extras
2.0
as
PlasmaExtras
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
plasma
.
configuration
2.0
...
...
desktoppackage/contents/configuration/MouseEventInputButton.qml
View file @
4a8c07f4
...
...
@@ -6,8 +6,6 @@
import
QtQuick
2.0
import
QtQuick
.
Controls
2.3
as
QQC2
import
QtQuick
.
Layouts
1.0
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
QQC2.Button
{
...
...
desktoppackage/contents/configuration/PanelConfiguration.qml
View file @
4a8c07f4
...
...
@@ -5,11 +5,8 @@
*/
import
QtQuick
2.0
import
org
.
kde
.
plasma
.
components
2.0
as
PlasmaComponents
import
org
.
kde
.
plasma
.
extras
2.0
as
PlasmaExtras
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
plasma
.
configuration
2.0
import
org
.
kde
.
kquickcontrolsaddons
2.0
as
KQuickControlsAddons
import
"
panelconfiguration
"
...
...
desktoppackage/contents/configuration/panelconfiguration/Ruler.qml
View file @
4a8c07f4
...
...
@@ -5,10 +5,8 @@
*/
import
QtQuick
2.0
import
org
.
kde
.
plasma
.
components
2.0
as
PlasmaComponents
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
plasma
.
configuration
2.0
import
org
.
kde
.
kquickcontrolsaddons
2.0
as
KQuickControlsAddons
PlasmaCore.FrameSvgItem
{
...
...
desktoppackage/contents/configuration/panelconfiguration/SliderHandle.qml
View file @
4a8c07f4
...
...
@@ -5,11 +5,8 @@
*/
import
QtQuick
2.0
import
org
.
kde
.
plasma
.
components
2.0
as
PlasmaComponents
import
org
.
kde
.
plasma
.
extras
2.0
as
PlasmaExtras
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
plasma
.
configuration
2.0
import
org
.
kde
.
kquickcontrolsaddons
2.0
as
KQuickControlsAddons
PlasmaCore.SvgItem
{
...
...
desktoppackage/contents/configuration/panelconfiguration/ToolBar.qml
View file @
4a8c07f4
...
...
@@ -11,7 +11,6 @@ import org.kde.plasma.components 2.0 as PlasmaComponents
import
org
.
kde
.
plasma
.
components
3.0
as
PlasmaComponents3
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
plasma
.
configuration
2.0
import
org
.
kde
.
kirigami
2.0
as
Kirigami
import
org
.
kde
.
kquickcontrolsaddons
2.0
as
KQuickControlsAddons
Item
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment