fixed bug with filtering new attached drives

This commit is contained in:
2020-09-09 16:11:25 +02:00
parent 938f267813
commit cb361acfd4
4 changed files with 58 additions and 22 deletions

View File

@ -23,6 +23,7 @@ public:
bool bWasShredded = false;
bool bWasDeleteted = false;
bool bIsOffline = false;
private:
string sPath;
@ -36,6 +37,7 @@ private:
double d32TaskPercentage = 0U; //in percent for Shred (1 to 100)
protected:
public:

View File

@ -74,8 +74,6 @@ public:
private:
//static Logger* logging;
static void searchDrives(vector <Drive>* pvecDrives);
static void printDrives(vector <Drive>* pvecDrives);
static void filterIgnoredDrives(vector <Drive>* pvecDrives);