mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
bugFix Блочная передача больших данных
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define METATYPES_H
|
||||
|
||||
#include <QTreeWidgetItem>
|
||||
#include <QMap>
|
||||
|
||||
#include "instructor.h"
|
||||
#include "trainee.h"
|
||||
@@ -13,6 +14,8 @@
|
||||
#include "tools.h"
|
||||
#include "Datas.h"
|
||||
|
||||
typedef QMap<int, QList<TaskAmmFim>> MapListsTasksAllTraineeType;
|
||||
|
||||
void registerMetaType();
|
||||
|
||||
Q_DECLARE_METATYPE(QList<Instructor>)
|
||||
@@ -26,6 +29,8 @@ Q_DECLARE_METATYPE(PacketType)
|
||||
Q_DECLARE_METATYPE(ClientMessage)
|
||||
Q_DECLARE_METATYPE(QList<QTreeWidgetItem*>)
|
||||
|
||||
Q_DECLARE_METATYPE(MapListsTasksAllTraineeType)
|
||||
|
||||
Q_DECLARE_METATYPE(QList<SubProc>)
|
||||
|
||||
#endif // METATYPES_H
|
||||
|
||||
Reference in New Issue
Block a user