mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Сервер. Settings DB
This commit is contained in:
9
ServerLMS/metatypes.cpp
Normal file
9
ServerLMS/metatypes.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include<QMetaType>
|
||||
#include "metatypes.h"
|
||||
|
||||
void registerMetaType()
|
||||
{
|
||||
qRegisterMetaType<PacketType>("PacketType");
|
||||
qRegisterMetaType<UserType>("UserType");
|
||||
qRegisterMetaType<LogLevel>("LogLevel");
|
||||
}
|
||||
Reference in New Issue
Block a user