mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
refact0
This commit is contained in:
@@ -36,9 +36,14 @@ public:
|
||||
{
|
||||
this->adminMode = adminMode;
|
||||
}
|
||||
void activate()
|
||||
{
|
||||
treeWidget->setEnabled(true);
|
||||
}
|
||||
void deactivate()
|
||||
{
|
||||
treeWidget->clear();
|
||||
treeWidget->setEnabled(false);
|
||||
lastCurrentID = 0;
|
||||
}
|
||||
void clearSelection()
|
||||
|
||||
Reference in New Issue
Block a user