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:
29
InstructorsAndTrainees/metatypes.h
Normal file
29
InstructorsAndTrainees/metatypes.h
Normal file
@@ -0,0 +1,29 @@
|
||||
#ifndef METATYPES_H
|
||||
#define METATYPES_H
|
||||
|
||||
#include <QTreeWidgetItem>
|
||||
|
||||
#include "instructor.h"
|
||||
#include "trainee.h"
|
||||
#include "group.h"
|
||||
#include "computer.h"
|
||||
#include "classroom.h"
|
||||
#include "module.h"
|
||||
#include "tasksAmmFim.h"
|
||||
#include "tools.h"
|
||||
#include "Datas.h"
|
||||
|
||||
void registerMetaType();
|
||||
|
||||
Q_DECLARE_METATYPE(QList<Instructor>)
|
||||
Q_DECLARE_METATYPE(QList<Trainee>)
|
||||
Q_DECLARE_METATYPE(QList<Group>)
|
||||
Q_DECLARE_METATYPE(QList<Computer>)
|
||||
Q_DECLARE_METATYPE(QList<Classroom>)
|
||||
Q_DECLARE_METATYPE(QList<Module*>)
|
||||
Q_DECLARE_METATYPE(QList<TaskAmmFim>)
|
||||
Q_DECLARE_METATYPE(PacketType)
|
||||
Q_DECLARE_METATYPE(ClientMessage)
|
||||
Q_DECLARE_METATYPE(QList<QTreeWidgetItem*>)
|
||||
|
||||
#endif // METATYPES_H
|
||||
Reference in New Issue
Block a user