From 8944660ce73e52350104c2618e332a4e1e0a5b97 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 2 Nov 2017 23:41:12 +0100 Subject: [PATCH] Unbreak the code, need to register the metatype too ^_^ --- core/generator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/generator.cpp b/core/generator.cpp index f2862b140..7ab6d170a 100644 --- a/core/generator.cpp +++ b/core/generator.cpp @@ -38,6 +38,7 @@ GeneratorPrivate::GeneratorPrivate() m_closing( false ), m_closingLoop( nullptr ), m_dpi(72.0, 72.0) { + qRegisterMetaType(); } GeneratorPrivate::~GeneratorPrivate()