Added fields to DB to store virus scanning and crack status of files.

This commit is contained in:
2017-05-17 05:12:57 +01:00
parent 00556953d2
commit d7ebda6eda
8 changed files with 180 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
//
//
// Author:
// Natalia Portillo claunia@claunia.com
//
@@ -786,7 +786,7 @@ public partial class dlgAdd : Dialog
long counter = 0;
fileView.Clear();
foreach(KeyValuePair<string, DBFile> kvp in Context.hashes)
foreach(KeyValuePair<string, DBOSFile> kvp in Context.hashes)
{
UpdateProgress(null, "Updating table", counter, Context.hashes.Count);
fileView.AppendValues(kvp.Key, kvp.Value.Sha256, true, "green", "black");