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
Utilities
Ark
Commits
673066f7
Commit
673066f7
authored
Jul 23, 2016
by
Elvis Angelaccio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GIT_SILENT Initialize variable
parent
af08802e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kerfuffle/archive_kerfuffle.cpp
kerfuffle/archive_kerfuffle.cpp
+1
-1
No files found.
kerfuffle/archive_kerfuffle.cpp
View file @
673066f7
...
@@ -71,7 +71,7 @@ Archive *Archive::create(const QString &fileName, const QString &fixedMimeType,
...
@@ -71,7 +71,7 @@ Archive *Archive::create(const QString &fileName, const QString &fixedMimeType,
return
new
Archive
(
NoPlugin
,
parent
);
return
new
Archive
(
NoPlugin
,
parent
);
}
}
Archive
*
archive
;
Archive
*
archive
=
Q_NULLPTR
;
foreach
(
Plugin
*
plugin
,
offers
)
{
foreach
(
Plugin
*
plugin
,
offers
)
{
archive
=
create
(
fileName
,
plugin
,
parent
);
archive
=
create
(
fileName
,
plugin
,
parent
);
// Use the first valid plugin, according to the priority sorting.
// Use the first valid plugin, according to the priority sorting.
...
...
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