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
Utilities
Ark
Commits
75bf5757
Commit
75bf5757
authored
Dec 09, 2021
by
Kai Uwe Broulik
🍇
Browse files
Mark LoadJob as transient
Avoids a "Loading archive (finished)" remaining in notification history
parent
e7f4c5f5
Pipeline
#107976
passed with stage
in 2 minutes and 56 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
kerfuffle/jobs.cpp
View file @
75bf5757
...
...
@@ -232,6 +232,8 @@ LoadJob::LoadJob(Archive *archive, ReadOnlyArchiveInterface *interface)
,
m_dirCount
(
0
)
,
m_filesCount
(
0
)
{
// Don't show "finished" notification when finished
setProperty
(
"transientProgressReporting"
,
true
);
qCDebug
(
ARK
)
<<
"Created job instance"
;
connect
(
this
,
&
LoadJob
::
newEntry
,
this
,
&
LoadJob
::
onNewEntry
);
}
...
...
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