Очищение списков назначенных задач при разлогинивании

This commit is contained in:
krivoshein
2025-01-29 10:49:41 +03:00
parent 87de435d4c
commit d87f8e5013
5 changed files with 14 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ public:
void clearTree()
{
treeWidget->clear();
lastCurrentID = 0;
}
protected: