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
Jan Paul Batrina
Ark
Commits
b5efe301
Commit
b5efe301
authored
Jun 15, 2009
by
Raphael Kubo da Costa
Browse files
Simplify expression
svn path=/trunk/KDE/kdeutils/ark/; revision=982333
parent
d7f690e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
kerfuffle/batchextract.cpp
View file @
b5efe301
...
...
@@ -78,8 +78,7 @@ void BatchExtract::addExtraction(Kerfuffle::Archive* archive, bool preservePaths
}
Kerfuffle
::
ExtractionOptions
options
;
if
(
preservePaths
)
options
[
"PreservePaths"
]
=
true
;
options
[
"PreservePaths"
]
=
preservePaths
;
Kerfuffle
::
ExtractJob
*
job
=
archive
->
copyFiles
(
QVariantList
(),
//extract all files
...
...
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