diff --git a/src/main.cpp b/src/main.cpp index 0fe95c760..22f17f81a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -366,6 +366,7 @@ int main(int argc, char* argv[]) QObject::connect(a.get(), &QApplication::aboutToQuit, cleanup); qRegisterMetaType(); + qRegisterMetaType(); // Run int errorcode = a->exec();