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
Utilities
Ark
Commits
fe618843
Commit
fe618843
authored
Nov 14, 2021
by
Raphael Kubo da Costa
Committed by
Elvis Angelaccio
Nov 21, 2021
Browse files
Make AddToArchive::fileName() const.
This is just a getter, there is no need for it not to be const.
parent
b11947b3
Pipeline
#99738
passed with stage
in 2 minutes and 29 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
kerfuffle/addtoarchive.h
View file @
fe618843
...
...
@@ -41,7 +41,7 @@ public:
void
setChangeToFirstPath
(
bool
value
);
QString
detectBaseName
(
const
QVector
<
Archive
::
Entry
*>
&
entries
)
const
;
QString
fileName
()
QString
fileName
()
const
{
return
m_filename
;
}
...
...
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