Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 920355 | Differences between
and this patch

Collapse All | Expand All

(-)a/qt5/src/poppler-private.cc (-2 / +1 lines)
Lines 252-258 DocumentData::~DocumentData() Link Here
252
252
253
void DocumentData::init()
253
void DocumentData::init()
254
{
254
{
255
    m_backend = Document::SplashBackend;
255
    m_backend = Document::CairoBackend;
256
    paperColor = Qt::white;
256
    paperColor = Qt::white;
257
    m_hints = 0;
257
    m_hints = 0;
258
    m_optContentModel = nullptr;
258
    m_optContentModel = nullptr;
259
- 

Return to bug 920355