delete task thread

This commit is contained in:
2020-09-21 16:50:33 +02:00
parent 13304c4705
commit 2a2bfc6fe6
2 changed files with 14 additions and 4 deletions

View File

@ -89,6 +89,7 @@ private:
static void ThreadScannDevices();
static void ThreadUserInput();
static void ThreadShred();
static void ThreadDelete();
static void ThreadCheckFrozenDrives();
static void handleArrowKey(TUI::UserInput userInput);
static void handleEnter();