diff options
Diffstat (limited to 'components/accounts')
-rw-r--r-- | components/accounts/metadata.desktop | 8 | ||||
-rw-r--r-- | components/accounts/qml/AccountWizard.qml (renamed from components/accounts/contents/ui/AccountWizard.qml) | 0 | ||||
-rw-r--r-- | components/accounts/qml/AccountWizardPage.qml (renamed from components/accounts/contents/ui/AccountWizardPage.qml) | 1 | ||||
-rw-r--r-- | components/accounts/qml/main.qml (renamed from components/accounts/contents/ui/main.qml) | 0 |
4 files changed, 1 insertions, 8 deletions
diff --git a/components/accounts/metadata.desktop b/components/accounts/metadata.desktop deleted file mode 100644 index d93813d0..00000000 --- a/components/accounts/metadata.desktop +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | [Desktop Entry] | ||
2 | Name=Kube Accounts | ||
3 | X-KDE-PluginInfo-Name=org.kube.components.accounts | ||
4 | Exec=kpackagelauncherqml -a org.kube.components.accounts | ||
5 | X-Plasma-MainScript=ui/main.qml | ||
6 | X-KDE-ServiceTypes=KPackage/GenericQML | ||
7 | Icon=kmail2 | ||
8 | Type=Service | ||
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/qml/AccountWizard.qml index 4a11ca05..4a11ca05 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/qml/AccountWizard.qml | |||
diff --git a/components/accounts/contents/ui/AccountWizardPage.qml b/components/accounts/qml/AccountWizardPage.qml index 18001419..9f11ac36 100644 --- a/components/accounts/contents/ui/AccountWizardPage.qml +++ b/components/accounts/qml/AccountWizardPage.qml | |||
@@ -42,6 +42,7 @@ FocusScope { | |||
42 | } | 42 | } |
43 | } | 43 | } |
44 | 44 | ||
45 | //accountType -> uiPath | ||
45 | Kube.AccountFactory { | 46 | Kube.AccountFactory { |
46 | id: accountFactory | 47 | id: accountFactory |
47 | accountType: root.accountType | 48 | accountType: root.accountType |
diff --git a/components/accounts/contents/ui/main.qml b/components/accounts/qml/main.qml index e15bca8f..e15bca8f 100644 --- a/components/accounts/contents/ui/main.qml +++ b/components/accounts/qml/main.qml | |||