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
Multimedia
Kdenlive
Commits
978b4225
Commit
978b4225
authored
Oct 22, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix compilation
parent
9e077005
Pipeline
#38347
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/project/dialogs/archivewidget.cpp
View file @
978b4225
...
...
@@ -944,7 +944,7 @@ void ArchiveWidget::createArchive()
// Create folders
for
(
const
QString
&
path
:
qAsConst
(
m_foldersList
))
{
archive
.
writeDir
(
path
,
user
,
group
);
archive
->
writeDir
(
path
,
user
,
group
);
}
// Add files
...
...
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