https://bugs.kde.org/show_bug.cgi?id=444297
--- Comment #17 from Wolfgang Faust
---
That seems entirely plausible. I see that Poppler has way to get error codes
and also some kind of callback mechanism that can use actual error strings?
Whereas I guess right now that Generator is just returning
BUILD SUCCESS
Build URL
https://build.kde.org/job/Applications/job/okular/job/kf5-qt5%20FreeBSDQt5.15/426/
Project:
kf5-qt5 FreeBSDQt5.15
Date of build:
Mon, 06 Dec 2021 01:44:01 +
Build duration:
9 min 56 sec and counting
JUnit Tests
Name: proje
https://bugs.kde.org/show_bug.cgi?id=431792
Carsten Clever changed:
What|Removed |Added
CC||clush...@gmx.net
--
You are receiving this ma
https://bugs.kde.org/show_bug.cgi?id=444297
--- Comment #16 from David Hurka ---
There are two ways to set this message:
QMetaObject::Connection errorToOpenErrorConnection =
QObject::connect(m_generator, &Generator::error, m_parent, [this](const QString
&message) { m_openError = message; });