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
Filelight
Commits
d1d1b01f
Commit
d1d1b01f
authored
Mar 22, 2021
by
Martin Tobias Holmedahl Sandsmark
Browse files
remember to reset total size as well as total files when starting a scan
parent
ad27b73f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scan.cpp
View file @
d1d1b01f
...
...
@@ -62,6 +62,7 @@ bool ScanManager::start(const QUrl &url)
}
m_files
=
0
;
m_totalSize
=
0
;
m_abort
=
false
;
if
(
!
url
.
isLocalFile
())
{
...
...
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