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:
@@ -4,6 +4,7 @@
|
||||
#include <QTreeWidget>
|
||||
#include <QTranslator>
|
||||
#include <QMutex>
|
||||
#include <QMap>
|
||||
#include "instructorsAndTrainees_global.h"
|
||||
#include "connectortoserver.h"
|
||||
#include "waitanimationwidget.h"
|
||||
@@ -63,6 +64,7 @@ public:
|
||||
treeWidget->clear();
|
||||
treeWidget->setEnabled(false);
|
||||
lastCurrentID = 0;
|
||||
mapNewMsg.clear();
|
||||
}
|
||||
void clearSelection()
|
||||
{
|
||||
@@ -108,6 +110,9 @@ protected:
|
||||
int lastCurrentID;
|
||||
TypeObject typeObject;
|
||||
|
||||
QMutex mtxmapNewMsg;
|
||||
QMap<int, bool> mapNewMsg;
|
||||
|
||||
WaitAnimationWidget *waitAnimationWidget;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user