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

Collapse All | Expand All

(-)a/filters/karbon/pdf/SvgOutputDev.cpp (-2 / +1 lines)
Lines 414-420 void SvgOutputDev::drawString(GfxState * state, const GooString * s) Link Here
414
    if (s->getLength() == 0)
414
    if (s->getLength() == 0)
415
        return;
415
        return;
416
416
417
#if POPPLER_VERSION_MACRO < QT_VERSION_CHECK(22, 03, 0)
417
#if POPPLER_VERSION_MACRO < QT_VERSION_CHECK(22, 04, 0)
418
    GfxFont * font = state->getFont();
418
    GfxFont * font = state->getFont();
419
#else
419
#else
420
    std::shared_ptr<GfxFont> font = state->getFont();
420
    std::shared_ptr<GfxFont> font = state->getFont();
421
- 

Return to bug 843605