mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Сделал очищение списков Задач при деавторизации
This commit is contained in:
@@ -25,6 +25,12 @@ public:
|
||||
explicit AMMtasksWidget(ConnectorToServer* connectorToServer, QWidget *parent = nullptr);
|
||||
~AMMtasksWidget();
|
||||
|
||||
public:
|
||||
void clearTree()
|
||||
{
|
||||
treeWidget->clear();
|
||||
}
|
||||
|
||||
private Q_SLOTS:
|
||||
void on_treeWidget_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
|
||||
void on_btnUpdateTasks_clicked();
|
||||
|
||||
Reference in New Issue
Block a user