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

@ -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);