@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2019 Alexey Edelev <semlanik@gmail.com>
+ * Copyright (c) 2019 Alexey Edelev <semlanik@gmail.com>, Viktor Kopp <vifactor@gmail.com>
* This file is part of qtprotobuf project https://git.semlanik.org/semlanik/qtprotobuf
@@ -27,7 +27,6 @@
#include "qprotobufobject.h"
#include "registrationhelper.h"
-//registerProtobufType Not a part of API
#define registerProtobufType(X) qRegisterMetaType<X>(# X);\
qRegisterMetaType<X>("qtprotobuf::"# X);