Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Network
KAccounts Providers
Commits
e81ce1ac
Commit
e81ce1ac
authored
Sep 21, 2020
by
Nicolas Fella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence some unused parameter warnings
parent
de5c5210
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
plugins/nextcloud-ui/nextcloud.cpp
plugins/nextcloud-ui/nextcloud.cpp
+1
-1
plugins/owncloud-ui/owncloud.cpp
plugins/owncloud-ui/owncloud.cpp
+1
-1
No files found.
plugins/nextcloud-ui/nextcloud.cpp
View file @
e81ce1ac
...
...
@@ -76,7 +76,7 @@ void NextcloudWizard::showNewAccountDialog()
void
NextcloudWizard
::
showConfigureAccountDialog
(
const
quint32
accountId
)
{
Q_UNUSED
(
accountId
)
}
QStringList
NextcloudWizard
::
supportedServicesForConfig
()
const
...
...
plugins/owncloud-ui/owncloud.cpp
View file @
e81ce1ac
...
...
@@ -76,7 +76,7 @@ void OwnCloudWizard::showNewAccountDialog()
void
OwnCloudWizard
::
showConfigureAccountDialog
(
const
quint32
accountId
)
{
Q_UNUSED
(
accountId
)
}
QStringList
OwnCloudWizard
::
supportedServicesForConfig
()
const
...
...
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