Unbreak the code, need to register the metatype too ^_^

This commit is contained in:
Albert Astals Cid 2017-11-02 23:41:12 +01:00
parent c2c1d76a0f
commit 8944660ce7

View file

@ -38,6 +38,7 @@ GeneratorPrivate::GeneratorPrivate()
m_closing( false ), m_closingLoop( nullptr ),
m_dpi(72.0, 72.0)
{
qRegisterMetaType<Okular::Page*>();
}
GeneratorPrivate::~GeneratorPrivate()