@@ -, +, @@ --- filters/karbon/pdf/SvgOutputDev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/filters/karbon/pdf/SvgOutputDev.cpp +++ a/filters/karbon/pdf/SvgOutputDev.cpp @@ -414,7 +414,7 @@ void SvgOutputDev::drawString(GfxState * state, const GooString * s) if (s->getLength() == 0) return; -#if POPPLER_VERSION_MACRO < QT_VERSION_CHECK(22, 03, 0) +#if POPPLER_VERSION_MACRO < QT_VERSION_CHECK(22, 04, 0) GfxFont * font = state->getFont(); #else std::shared_ptr font = state->getFont(); --