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
SDK
Cervisia
Commits
c2c0489c
Commit
c2c0489c
authored
Jul 13, 2022
by
Laurent Montel
Browse files
Use isEmpty()
parent
3118f77f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cvsservice/cvsserviceutils.cpp
View file @
c2c0489c
...
...
@@ -36,7 +36,7 @@ QString CvsServiceUtils::joinFileList(const QStringList &files)
result
+=
' '
;
}
if
(
result
.
length
()
>
0
)
if
(
!
result
.
isEmpty
()
)
result
.
truncate
(
result
.
length
()
-
1
);
return
result
;
...
...
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