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

remotes/origin/Applications/17.12
Albert Astals Cid 8 years ago
parent c2c1d76a0f
commit 8944660ce7
  1. 1
      core/generator.cpp

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

Loading…
Cancel
Save