Fix LGTM alerts

This commit is contained in:
Pengfei
2021-07-12 12:14:00 +08:00
parent 6fbbae7039
commit d002928a38
4 changed files with 26 additions and 24 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ signals:
void ProgressUpdated(u64 total_size_imported, u64 current_size_imported, int eta);
/// Dumping of a content has been finished, go on to the next. Called at start as well.
void NextContent(u64 size_imported, u64 count, Core::ContentSpecifier next_content, int eta);
void NextContent(u64 size_imported, u64 count, const Core::ContentSpecifier& next_content,
int eta);
void Completed();