Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KAccounts Providers
Commits
14755bae
Commit
14755bae
authored
Oct 10, 2020
by
Nicolas Fella
Browse files
[nextcloud] Add storage service to wizard
parent
cc2e072f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/nextcloud-ui/nextcloudcontroller.cpp
View file @
14755bae
...
...
@@ -219,6 +219,7 @@ QVariantList NextcloudController::availableServices() const
{
// TODO Find a way to not hardcode this
return
{
QVariant
::
fromValue
(
Service
{
QStringLiteral
(
"nextcloud-contacts"
),
i18n
(
"Contacts"
),
i18n
(
"Synchronize contacts"
)})
QVariant
::
fromValue
(
Service
{
QStringLiteral
(
"nextcloud-contacts"
),
i18n
(
"Contacts"
),
i18n
(
"Synchronize contacts"
)}),
QVariant
::
fromValue
(
Service
{
QStringLiteral
(
"nextcloud-storage"
),
i18n
(
"Storage"
),
i18n
(
"Integrate into file manager"
)})
};
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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