Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Network
KIO GDrive
Commits
4b533ceb
Commit
4b533ceb
authored
Sep 13, 2020
by
Elvis Angelaccio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop unnecessary returns
Since they are at the end of void functions.
parent
40122131
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/kio_gdrive.cpp
src/kio_gdrive.cpp
+0
-2
No files found.
src/kio_gdrive.cpp
View file @
4b533ceb
...
...
@@ -159,7 +159,6 @@ void KIOGDrive::fileSystemFreeSpace(const QUrl &url)
setMetaData
(
QStringLiteral
(
"total"
),
QString
::
number
(
about
->
quotaBytesTotal
()));
setMetaData
(
QStringLiteral
(
"available"
),
QString
::
number
(
about
->
quotaBytesTotal
()
-
about
->
quotaBytesUsedAggregate
()));
finished
();
return
;
}
}
}
...
...
@@ -346,7 +345,6 @@ void KIOGDrive::listAccounts()
listEntry
(
entry
);
finished
();
return
;
}
void
KIOGDrive
::
listSharedDrivesRoot
(
const
QUrl
&
url
)
...
...
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