mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Очищение списков назначенных задач при разлогинивании
This commit is contained in:
@@ -32,6 +32,8 @@ public:
|
||||
void clearTree()
|
||||
{
|
||||
treeWidget->clear();
|
||||
loginTraineeSelected = "";
|
||||
idTraineeSelected = 0;
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
@@ -35,6 +35,8 @@ public:
|
||||
void clearTree()
|
||||
{
|
||||
treeWidget->clear();
|
||||
loginTraineeSelected = "";
|
||||
idTraineeSelected = 0;
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user