mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
bugFix refact 0
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#define METATYPES_H
|
||||
|
||||
#include <QTreeWidgetItem>
|
||||
#include <QMap>
|
||||
|
||||
#include "instructor.h"
|
||||
#include "trainee.h"
|
||||
@@ -25,12 +24,10 @@ Q_DECLARE_METATYPE(QList<Computer>)
|
||||
Q_DECLARE_METATYPE(QList<Classroom>)
|
||||
Q_DECLARE_METATYPE(QList<Module*>)
|
||||
Q_DECLARE_METATYPE(QList<TaskAmmFim>)
|
||||
Q_DECLARE_METATYPE(MapListsTasksAllTraineeType)
|
||||
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